Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/functionrefinherit_fuzzer/
H A Dfunctionrefinherit_fuzzer.cpp42 Local<FunctionRef> setLocal = JSNApiHelper::ToLocal<FunctionRef>(set); in FunctionRefInheritFuzzTest() local
49 mapLocal->Inherit(vm, setLocal); in FunctionRefInheritFuzzTest()
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.h125 TYPED_ACCESSOR_NAME_SWITCH(setLocal); in CreateSetterName()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1157 Local<FunctionRef> setLocal = JSNApiHelper::ToLocal<FunctionRef>(set); in HWTEST_F_L0() local
1184 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()
2223 Local<FunctionRef> setLocal = JSNApiHelper::ToLocal<FunctionRef>(set); in HWTEST_F_L0() local
2231 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()
H A Dffi_workload.cpp7985 Local<FunctionRef> setLocal = JSNApiHelper::ToLocal<FunctionRef>(set); in HWTEST_F_L0() local
7988 [[maybe_unused]] Local<JSValueRef> funcProtoType = setLocal->GetFunctionPrototype(vm_); in HWTEST_F_L0()
8000 Local<FunctionRef> setLocal = JSNApiHelper::ToLocal<FunctionRef>(set); in HWTEST_F_L0() local
8005 mapLocal->Inherit(vm_, setLocal); in HWTEST_F_L0()

Completed in 17 milliseconds