Function js_sys::Reflect::get_prototype_of [−][src]
pub fn get_prototype_of(target: &JsValue) -> Result<Object, JsValue>
The static Reflect.getPrototypeOf() method is almost the same
method as Object.getPrototypeOf(). It returns the prototype
(i.e. the value of the internal [[Prototype]] property) of
the specified object.