Home
last modified time | relevance | path

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

123456789

/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_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_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
/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.cpp269 GateRef globalObject = GetGlobalObject(glue); in TryLoadGlobalByName() local
318 GateRef globalObject = GetGlobalObject(glue); in TryStoreGlobalByName() local
338 GateRef globalObject = GetGlobalObject(glue); in TryStoreGlobalByName() local
369 GateRef globalObject = GetGlobalObject(glue); in LoadGlobalVar() local
376 GateRef globalObject = GetGlobalObject(glue); in LoadGlobalVar() local
414 GateRef globalObject = GetGlobalObject(glue); in StoreGlobalVar() local
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h62 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in ContainersPrivateCommonFuzzTest() 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/builtinsarraybufferisview_fuzzer/
Dbuiltinsarraybufferisview_fuzzer.cpp65 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in BuiltinsArrayBufferIsViewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp69 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in BuiltinsArrayBufferArrayBufferConstructorFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp222 JSHandle<JSObject> globalObject = factory_->NewNonMovableJSObject(globalObjFuncClass); in Initialize() local
416 auto globalObject = JSHandle<JSObject>::Cast(env->GetJSGlobalObject()); in InitializeForSnapshot() local
422 …ins::InitializeGlobalObject(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &globalObject) in InitializeGlobalObject()
797 … Builtins::InitializeNumber(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &globalObject, in InitializeNumber()
858 JSHandle<JSObject> globalObject(thread_, realm->GetGlobalObject()); in InitializeBigIntWithRealm() local
977 JSHandle<JSObject> globalObject(thread_, env->GetGlobalObject()); in LazyInitializeDate() local
1031 JSHandle<JSObject> globalObject(thread_, env->GetGlobalObject()); in InitializeExoticConstructor() local
1124 JSHandle<JSObject> globalObject(thread_, realm->GetGlobalObject()); in SetErrorWithRealm() local
1295 JSHandle<JSObject> globalObject(thread_, env->GetGlobalObject()); in InitializeCtor() local
1367 JSHandle<JSObject> globalObject(thread_, env->GetGlobalObject()); in LazyInitializeSet() local
[all …]
/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/containerstreemapconstructor_fuzzer/
Dcontainerstreemapconstructor_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeMapConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmap_fuzzer/
Dcontainerslightweightmap_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightMapConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetindexof_fuzzer/
Dcontainerslightweightsetgetindexof_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetclear_fuzzer/
Dcontainerslightweightsetclear_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreemapget_fuzzer/
Dcontainerstreemapget_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeMapConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer/
Dcontainerslightweightsetvalues_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistadd_fuzzer/
Dcontainerslistadd_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeContainersList() local
/arkcompiler/ets_runtime/test/fuzztest/containershashmapset_fuzzer/
Dcontainershashmapset_fuzzer.cpp54 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeHashMapConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/
Dcontainerstreesetconstructor_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetadd_fuzzer/
Dcontainerstreesetadd_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local

123456789