Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1265 Local<FunctionRef> noProtoLocal = JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(noProtoFunc)); in HWTEST_F_L0() local
1267 JSHandle<JSFunction> sonHandle = JSHandle<JSFunction>::Cast(JSNApiHelper::ToJSHandle(noProtoLocal)); in HWTEST_F_L0()
1274 noProtoLocal->Inherit(vm_, protoLocal); in HWTEST_F_L0()
1275 JSHandle<JSFunction> son1Handle = JSHandle<JSFunction>::Cast(JSNApiHelper::ToJSHandle(noProtoLocal)); in HWTEST_F_L0()
1340 Local<FunctionRef> noProtoLocal = JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(noProtoFunc)); in HWTEST_F_L0() local
1342 noProtoLocal->Inherit(vm_, protoLocal); in HWTEST_F_L0()
1344 JSHandle<JSFunction> sonHandle = JSHandle<JSFunction>::Cast(JSNApiHelper::ToJSHandle(noProtoLocal)); in HWTEST_F_L0()

Completed in 8 milliseconds