Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_storage.h25 class EscapeLocalScope;
79 friend class EscapeLocalScope;
/arkcompiler/ets_runtime/test/fuzztest/functionrefnewclassfunction_fuzzer/
H A Dfunctionrefnewclassfunction_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCFCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefnew_fuzzer/
H A Dfunctionrefnew_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefgetfunctionprototype_fuzzer/
H A Dfunctionrefgetfunctionprototype_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefConCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/escapelocalscope_fuzzer/
H A Descapelocalscope_fuzzer.cpp25 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCFCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefisnative_fuzzer/
H A Dfunctionrefisnative_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefConCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefconstructor_fuzzer/
H A Dfunctionrefconstructor_fuzzer.cpp27 EscapeLocalScope scope(info->GetVM()); in FuncRefConCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefcall_fuzzer/
H A Dfunctionrefcall_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefCallCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefispromisevalue_fuzzer/
H A Djsvaluerefispromisevalue_fuzzer.cpp27 EscapeLocalScope scope(info->GetVM()); in RejectCallback()
/arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/
H A Dobjectref_fuzzer.cpp28 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCallbackForTest()
/arkcompiler/ets_runtime/test/fuzztest/functionrefname_fuzzer/
H A Dfunctionrefname_fuzzer.cpp26 EscapeLocalScope scope(info->GetVM()); in FuncRefConCallbackForTest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h44 class EscapeLocalScope;
263 friend EscapeLocalScope;
1036 class ECMA_PUBLIC_API EscapeLocalScope final : public LocalScope {
1038 explicit EscapeLocalScope(const EcmaVM *vm);
1039 ~EscapeLocalScope() override = default;
1041 ECMA_DISALLOW_COPY(EscapeLocalScope);
1042 ECMA_DISALLOW_MOVE(EscapeLocalScope);
H A Djsnapi.h43 class EscapeLocalScope;
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2402 // ----------------------------------- EscapeLocalScope ------------------------------
2403 EscapeLocalScope::EscapeLocalScope(const EcmaVM *vm) : LocalScope(vm, JSTaggedValue::Undefined().GetRawData()) in EscapeLocalScope() function in panda::EscapeLocalScope
2479 EscapeLocalScope scope(vm); in NewWithProperties()
2511 EscapeLocalScope scope(vm); in NewSWithProperties()
2525 EscapeLocalScope scope(vm); in NewWithNamedProperties()
2898 EscapeLocalScope scope(vm); in Freeze()
2923 EscapeLocalScope scope(vm); in Seal()
3377 EscapeLocalScope scope(vm); in NewClassFunction()
3395 EscapeLocalScope scop in NewConcurrentClassFunction()
[all...]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
H A Djsvaluereffoundationvalue_fuzzer.cpp102 EscapeLocalScope scope(info->GetVM()); in FunCallback()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp151 EscapeLocalScope scope(info->GetVM()); in FunctionCallback()
337 EscapeLocalScope scope(vm_); in HWTEST_F_L0()
411 EscapeLocalScope scope(info->GetVM()); in FuncRefNewCallbackForTest()
H A Djsnapi_sample.cpp399 EscapeLocalScope scope(info->GetVM()); in Setter1()
419 EscapeLocalScope scope(info->GetVM()); in Setter2()
434 EscapeLocalScope scope(info->GetVM()); in Setter3()
H A Djsnapi_second_tests.cpp146 EscapeLocalScope scope(info->GetVM()); in FunctionCallback()
H A Dffi_workload.cpp108 EscapeLocalScope scope(info->GetVM()); in FunCallback()
4993 EscapeLocalScope test(vm_); in HWTEST_F_L0()
4996 TEST_TIME(EscapeLocalScope::EscapeLocalScope); in HWTEST_F_L0()
5003 EscapeLocalScope test(vm_); in HWTEST_F_L0()
5010 TEST_TIME(EscapeLocalScope::Escape); in HWTEST_F_L0()
H A Djsnapi_first_tests.cpp140 EscapeLocalScope scope(info->GetVM()); in FunctionCallback()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp428 EscapeLocalScope scope(vm); in LoadNativeModuleMayThrowError()

Completed in 55 milliseconds