swc_ecma_transforms_classes

Function get_prototype_of

source
pub fn get_prototype_of(obj: Box<Expr>) -> Box<Expr>
Expand description

Creates

Child.__proto__ || Object.getPrototypeOf(Child)