Function get_prototype_of

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

Creates

Child.__proto__ || Object.getPrototypeOf(Child)