Home
last modified time | relevance | path

Searched defs:ecmaVM (Results 1 – 25 of 145) sorted by relevance

123456

/arkcompiler/ets_runtime/ecmascript/tests/
Dbuiltins_test.cpp59 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
68 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
77 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
86 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
95 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
104 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Djs_function_test.cpp63 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
70 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
83 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
118 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
135 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Djs_promise_test.cpp60 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
76 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
97 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
116 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dweak_ref_semi_gc_test.cpp56 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectTestCreate() local
74 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
93 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dweak_ref_old_gc_test.cpp56 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectTestCreate() local
93 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
112 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dtagged_array_test.cpp53 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSArrayTestCreate() local
75 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
96 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
145 EcmaVM *ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Djs_date_test.cpp56 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSDateCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_symbol_test.cpp70 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
117 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
137 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
196 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
229 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
258 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
316 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
349 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
380 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dbuiltins_typedarray_test.cpp176 auto ecmaVM = thread->GetEcmaVM(); in CreateBuiltinsTypeArrayJSObject() local
190 auto ecmaVM = thread->GetEcmaVM(); in CreateTypedArrayFromList() local
214 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dbuiltins_number_test.cpp222 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
247 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
272 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
297 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
321 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
347 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dbuiltins_json_test.cpp121 EcmaVM *ecmaVM = thread->GetEcmaVM(); in CreateBuiltinJSObject1() local
380 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
420 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
451 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
471 EcmaVM *ecmaVM = thread->GetEcmaVM(); in CreateJSObject() local
502 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
521 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
588 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
Dbuiltins_array_test.cpp173 EcmaVM *ecmaVM = thread->GetEcmaVM(); in CreateBuiltinsArrayJSObject() local
188 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
299 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
332 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
450 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
488 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
775 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
820 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
856 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
895 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
[all …]
Dbuiltins_boolean_test.cpp139 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
175 auto ecmaVM = thread->GetEcmaVM(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_test_helper.h37 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectTestCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h33 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemaphasvalue_fuzzer/
Dcontainerstreemaphasvalue_fuzzer.cpp34 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer/
Dcontainerslightweightsettostring_fuzzer.cpp35 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/
Dcontainerstreesetconstructor_fuzzer.cpp34 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/
Dcontainerslightweightsetclear_fuzzer.cpp35 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer/
Dcontainerslightweightsethas_fuzzer.cpp35 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapset_fuzzer/
Dcontainershashmapset_fuzzer.cpp33 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetremove_fuzzer/
Dcontainerslightweightsetremove_fuzzer.cpp35 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetvalueat_fuzzer/
Dcontainerslightweightsetgetvalueat_fuzzer.cpp35 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapisempty_fuzzer/
Dcontainerstreemapisempty_fuzzer.cpp34 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/
Dcontainerslightweightsethashash_fuzzer.cpp35 EcmaVM *ecmaVM = thread->GetEcmaVM(); in JSObjectCreate() local

123456