Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1792 JSHandle<JSTaggedValue> parentValue = JSNApiHelper::ToJSHandle(parent); in Inherit() local
1793 JSHandle<JSObject> parentHandle = JSHandle<JSObject>::Cast(parentValue); in Inherit()
1797 bool res = JSObject::SetPrototype(thread, thisHandle, parentValue); in Inherit()