Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/functionrefinherit_fuzzer/
H A Dfunctionrefinherit_fuzzer.cpp44 Local<FunctionRef> mapLocal = JSNApiHelper::ToLocal<FunctionRef>(map); in FunctionRefInheritFuzzTest() local
49 mapLocal->Inherit(vm, setLocal); in FunctionRefInheritFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1160 Local<FunctionRef> mapLocal = JSNApiHelper::ToLocal<FunctionRef>(map); in HWTEST_F_L0() local
1184 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()
1185 JSHandle<JSTaggedValue> sonHandle = JSNApiHelper::ToJSHandle(mapLocal); in HWTEST_F_L0()
1209 son1->Inherit(vm_, mapLocal); in HWTEST_F_L0()
2225 Local<FunctionRef> mapLocal = JSNApiHelper::ToLocal<FunctionRef>(map); in HWTEST_F_L0() local
2231 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()
2232 JSHandle<JSTaggedValue> sonHandle = JSNApiHelper::ToJSHandle(mapLocal); in HWTEST_F_L0()
2238 son1->Inherit(vm_, mapLocal); in HWTEST_F_L0()
H A Dffi_workload.cpp8002 Local<FunctionRef> mapLocal = JSNApiHelper::ToLocal<FunctionRef>(map); in HWTEST_F_L0() local
8005 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()

Completed in 18 milliseconds