Function swc_ecma_transforms_classes::get_prototype_of

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

Creates

Child.__proto__ || Object.getPrototypeOf(Child)