Home
last modified time | relevance | path

Searched defs:globalObject (Results 1 – 25 of 181) sorted by relevance

12345678

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.cpp253 GateRef globalObject = GetGlobalObject(glue); in TryLoadGlobalByName() local
301 GateRef globalObject = GetGlobalObject(glue); in TryStoreGlobalByName() local
321 GateRef globalObject = GetGlobalObject(glue); in TryStoreGlobalByName() local
352 GateRef globalObject = GetGlobalObject(glue); in LoadGlobalVar() local
359 GateRef globalObject = GetGlobalObject(glue); in LoadGlobalVar() local
397 GateRef globalObject = GetGlobalObject(glue); in StoreGlobalVar() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_arraybuffer_test.cpp62 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in CreateBuiltinsArrayBuffer() local
80 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
Dbuiltins_boolean_test.cpp66 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
86 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
106 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
Dbuiltins_weak_ref_test.cpp72 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in CreateWeakRefConstructor() local
96 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
Dbuiltins_sharedarraybuffer_test.cpp63 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in CreateBuiltinsSharedArrayBuffer() local
91 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
Dbuiltins_typedarray_test.cpp195 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in CreateTypedArrayFromList() local
217 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_compareop_test.cpp77 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
137 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
204 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
270 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
339 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
409 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h62 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in ContainersPrivateCommonFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_plain_array_iterator_test.cpp67 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in CreatePlainArray() local
Djs_api_lightweightset_iterator_test.cpp66 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in CreateLightWeightSet() local
Djs_api_hashset_iterator_test.cpp66 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in CreateHashSet() local
Djs_api_hashmap_iterator_test.cpp66 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in CreateHashMap() local
Djs_api_lightweightmap_iterator_test.cpp71 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in CreateLightWeightMap() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemaphasvalue_fuzzer/
Dcontainerstreemaphasvalue_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeMapConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer/
Dcontainerslightweightsettostring_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/
Dcontainerstreesetconstructor_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/
Dcontainerslightweightsetclear_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer/
Dcontainerslightweightsethas_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapset_fuzzer/
Dcontainershashmapset_fuzzer.cpp54 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeHashMapConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetremove_fuzzer/
Dcontainerslightweightsetremove_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetvalueat_fuzzer/
Dcontainerslightweightsetgetvalueat_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapisempty_fuzzer/
Dcontainerstreemapisempty_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeMapConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/
Dcontainerslightweightsethashash_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
Dcontainerslightweightmapentries_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightMapConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetadd_fuzzer/
Dcontainerstreesetadd_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local

12345678