Searched refs:thisProtoType (Results 1 – 1 of 1) sorted by relevance
1087 JSHandle<JSTaggedValue> thisProtoType(thread, JSFunction::PrototypeGetter(thread, thisHandle)); in Inherit() local1088 return JSObject::SetPrototype(thread, JSHandle<JSObject>::Cast(thisProtoType), parentProtoType); in Inherit()