Home
last modified time | relevance | path

Searched defs:constructor (Results 1 - 25 of 84) sorted by relevance

1234

/arkcompiler/ets_runtime/test/moduletest/errorhelper/
H A Derrorhelper.js
/arkcompiler/ets_runtime/test/moduletest/arrayshift/
H A Darrayshift.js
/arkcompiler/ets_runtime/test/fuzztest/setrefgetsize_fuzzer/
H A Dsetrefgetsize_fuzzer.cpp45 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsSetFunction(); in SetRefGetSizeFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/
H A Dweakmapref_fuzzer.cpp48 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsWeakMapFunction(); in WeakMapRefFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/
H A Dsetrefgetvalue_fuzzer.cpp45 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsSetFunction(); in SetRefGetValueFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgettotalelements_fuzzer/
H A Dsetrefgettotalelements_fuzzer.cpp45 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsSetFunction(); in SetRefGetTotalElementsFuzztest() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_set_test.cpp42 JSHandle<JSTaggedValue> constructor = thread->GetEcmaVM()->GetGlobalEnv()->GetBuiltinsSetFunction(); in CreateSet() local
H A Djs_map_test.cpp42 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsMapFunction(); in CreateMap() local
H A Djs_set_iterator_test.cpp33 JSHandle<JSTaggedValue> constructor = thread->GetEcmaVM()->GetGlobalEnv()->GetBuiltinsSetFunction(); in CreateJSSet() local
H A Djs_finalization_registry_test.cpp87 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in HWTEST_F_L0() local
121 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in HWTEST_F_L0() local
162 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in RegisterUnRegisterTestCommon() local
208 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in RegisterUnRegisterTestCommonTwoTarget() local
273 JSHandle<JSTaggedValue> constructor in HWTEST_F_L0() local
318 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); HWTEST_F_L0() local
364 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); HWTEST_F_L0() local
[all...]
H A Djs_function_test.cpp78 JSTaggedValue constructor = in HWTEST_F_L0() local
96 JSHandle<JSTaggedValue> constructor = globalEnv->GetObjectFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_ref.cpp38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakRefConstructor() local
H A Dbuiltins_finalization_registry.cpp42 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in FinalizationRegistryConstructor() local
H A Dbuiltins_collator.cpp35 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in CollatorConstructor() local
H A Dbuiltins_displaynames.cpp38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in DisplayNamesConstructor() local
H A Dbuiltins_list_format.cpp41 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in ListFormatConstructor() local
H A Dbuiltins_number_format.cpp33 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in NumberFormatConstructor() local
H A Dbuiltins_plural_rules.cpp32 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in PluralRulesConstructor() local
H A Dbuiltins_relative_time_format.cpp37 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in RelativeTimeFormatConstructor() local
H A Dbuiltins_segmenter.cpp39 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in SegmenterConstructor() local
H A Dbuiltins_weak_map.cpp37 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakMapConstructor() local
H A Dbuiltins_weak_set.cpp38 JSHandle<JSTaggedValue> constructor = GetConstructor(argv); in WeakSetConstructor() local
/arkcompiler/ets_runtime/test/fuzztest/weaksetref_fuzzer/
H A Dweaksetref_fuzzer.cpp44 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsWeakSetFunction(); in WeakSetRefGetSizeFuzzTest() local
72 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsWeakSetFunction(); in WeakSetRefGetTotalElementsFuzzTest() local
100 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsWeakSetFunction(); in WeakSetRefGetValueFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/
H A Dsetiteratorrefget_fuzzer.cpp38 JSHandle<JSTaggedValue> constructor = env->GetBuiltinsSetFunction(); in CreateJSSet() local
/arkcompiler/ets_runtime/ecmascript/
H A Djsnapi_sendable.cpp33 void JSNapiSendable::SetSConstructor(JSHandle<JSFunction> constructor) in SetSConstructor() argument

Completed in 9 milliseconds

1234