Searched refs:parentValue (Results 1 – 1 of 1) sorted by relevance
1792 JSHandle<JSTaggedValue> parentValue = JSNApiHelper::ToJSHandle(parent); in Inherit() local1793 JSHandle<JSObject> parentHandle = JSHandle<JSObject>::Cast(parentValue); in Inherit()1797 bool res = JSObject::SetPrototype(thread, thisHandle, parentValue); in Inherit()