Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3665 JSHandle<JSTaggedValue> parentValue = JSNApiHelper::ToJSHandle(parent); in Inherit() local
3666 JSHandle<JSObject> parentHandle = JSHandle<JSObject>::Cast(parentValue); in Inherit()
3670 bool res = JSObject::SetPrototype(thread, thisHandle, parentValue); in Inherit()

Completed in 13 milliseconds