Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/functionrefinherit_fuzzer/
Dfunctionrefinherit_fuzzer.cpp41 Local<FunctionRef> mapLocal = JSNApiHelper::ToLocal<FunctionRef>(map); in FunctionRefInheritFuzzTest() local
46 mapLocal->Inherit(vm, setLocal); in FunctionRefInheritFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1094 Local<FunctionRef> mapLocal = JSNApiHelper::ToLocal<FunctionRef>(map); in HWTEST_F_L0() local
1118 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()
1119 JSHandle<JSTaggedValue> sonHandle = JSNApiHelper::ToJSHandle(mapLocal); in HWTEST_F_L0()
1143 son1->Inherit(vm_, mapLocal); in HWTEST_F_L0()
2011 Local<FunctionRef> mapLocal = JSNApiHelper::ToLocal<FunctionRef>(map); in HWTEST_F_L0() local
2017 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()
2018 JSHandle<JSTaggedValue> sonHandle = JSNApiHelper::ToJSHandle(mapLocal); in HWTEST_F_L0()
2024 son1->Inherit(vm_, mapLocal); in HWTEST_F_L0()
Dffi_workload.cpp8022 Local<FunctionRef> mapLocal = JSNApiHelper::ToLocal<FunctionRef>(map); in HWTEST_F_L0() local
8025 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()