Home
last modified time | relevance | path

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

1234567

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_typedarray_test.cpp74 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
97 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
122 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
145 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
168 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
191 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
214 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
237 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
260 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
283 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
[all …]
Dbuiltins_boolean_test.cpp42 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
62 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
82 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
Dbuiltins_arraybuffer_test.cpp39 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
Dbuiltins_weak_ref_test.cpp48 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in CreateWeakRefConstructor() local
72 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/objectrefgetglobalobject_fuzzer/
Dobjectrefgetglobalobject_fuzzer.cpp34 Local<ObjectRef> globalObject = JSNApi::GetGlobalObject(vm); in ObjectRefGetGlobalObjectFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/copyableglobalisempty_fuzzer/
Dcopyableglobalisempty_fuzzer.cpp40 Global<ObjectRef> globalObject(vm, stringUtf8); in CopyableGlobalIsEmptyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/copyableglobalsetandclearweak_fuzzer/
Dcopyableglobalsetandclearweak_fuzzer.cpp40 Global<ObjectRef> globalObject(vm, object); in CopyableGlobalSetandClearWeakFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefintegervalue_fuzzer/
Djsvaluerefintegervalue_fuzzer.cpp38 Local<JSValueRef> globalObject = NumberRef::New(vm, 0xffffffffffff); in JSValueRefIntegerValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h64 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in ContainersPrivateCommonFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/
Dbuiltinsarraybufferisview_fuzzer.cpp69 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in BuiltinsArrayBufferIsViewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp73 JSHandle<JSObject> globalObject(thread, env->GetGlobalObject()); in BuiltinsArrayBufferArrayBufferConstructorFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtest_common.h36 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in CreateContainerTaggedValue() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/
Djsvaluerefislightweightmapandset_fuzzer.cpp118 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in ConstructobjectLightWeightMap() local
144 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in ConstructobjectLightWeightSet() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp218 JSHandle<JSObject> globalObject = factory_->NewNonMovableJSObject(globalObjFuncClass); in Initialize() local
439 auto globalObject = JSHandle<JSObject>::Cast(env->GetJSGlobalObject()); in InitializeForSnapshot() local
445 …ins::InitializeGlobalObject(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &globalObject) in InitializeGlobalObject()
685 JSHandle<JSObject> globalObject(thread_, env->GetGlobalObject()); in InitializeFunction() local
861 … Builtins::InitializeNumber(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &globalObject, in InitializeNumber()
912 JSHandle<JSObject> globalObject(thread_, realm->GetGlobalObject()); in InitializeBigIntWithRealm() local
1000 JSHandle<JSObject> globalObject(thread_, env->GetGlobalObject()); in LazyInitializeDate() local
1059 JSHandle<JSObject> globalObject(thread_, env->GetGlobalObject()); in InitializeExoticConstructor() local
1158 JSHandle<JSObject> globalObject(thread_, realm->GetGlobalObject()); in SetErrorWithRealm() local
1342 JSHandle<JSObject> globalObject(thread_, env->GetGlobalObject()); in InitializeCtor() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetequal_fuzzer/
Dcontainerslightweightsetequal_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgetlastvalue_fuzzer/
Dcontainerstreesetgetlastvalue_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgetlowervalue_fuzzer/
Dcontainerstreesetgetlowervalue_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettoarray_fuzzer/
Dcontainerslightweightsettoarray_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer/
Dcontainerslightweightsetvalues_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeLightWeightSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetlastindexof_fuzzer/
Dcontainerslistgetlastindexof_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeContainersList() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetpopfirst_fuzzer/
Dcontainerstreesetpopfirst_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetisempty_fuzzer/
Dcontainerstreesetisempty_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/
Dcontainerstreesetconstructor_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerstreesetgethighervalue_fuzzer/
Dcontainerstreesetgethighervalue_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeTreeSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/containerslistset_fuzzer/
Dcontainerslistset_fuzzer.cpp55 JSHandle<JSTaggedValue> globalObject = env->GetJSGlobalObject(); in InitializeContainersList() local

1234567