Home
last modified time | relevance | path

Searched refs:thisProtoType (Results 1 – 1 of 1) sorted by relevance

/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1087 JSHandle<JSTaggedValue> thisProtoType(thread, JSFunction::PrototypeGetter(thread, thisHandle)); in Inherit() local
1088 return JSObject::SetPrototype(thread, JSHandle<JSObject>::Cast(thisProtoType), parentProtoType); in Inherit()