Home
last modified time | relevance | path

Searched refs:EmptyArray (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp569 JSHandle<TaggedArray> availableLocales = factory->EmptyArray(); in HWTEST_F_L0()
570 JSHandle<TaggedArray> requestedLocales = factory->EmptyArray(); in HWTEST_F_L0()
610 JSHandle<TaggedArray> availableLocales = factory->EmptyArray(); in HWTEST_F_L0()
611 JSHandle<TaggedArray> requestedLocales = factory->EmptyArray(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h447 thread, obj, 0, numOfElements, copyLengthOfElements) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
449 thread, obj, 0, numOfKeys, copyLengthOfKeys) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
Djs_tagged_value.cpp873 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys()
877 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys()
881 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys()
885 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys()
1125 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetOwnContainerPropertyKeys()
1162 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetOwnContainerEnumPropertyKeys()
Dobject_factory.cpp404 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewJSObject()
415 return EmptyArray(); in CloneProperties()
517 return EmptyArray(); in CloneProperties()
635 obj->SetElements(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject()
636 obj->SetProperties(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject()
2161 return EmptyArray(); in NewTaggedArray()
2220 return EmptyArray(); in NewTaggedArrayWithoutInit()
2246 return EmptyArray(); in NewTaggedArray()
2270 return JSHandle<TaggedHashArray>::Cast(EmptyArray()); in NewTaggedHashArray()
2372 return EmptyArray(); in CopyPartArray()
[all …]
Djs_displaynames.cpp146 availableLocales = factory->EmptyArray(); in InitializeDisplayNames()
Djs_plural_rules.cpp191 availableLocales = factory->EmptyArray(); in InitializePluralRules()
Djs_list_format.cpp122 availableLocales = factory->EmptyArray(); in InitializeListFormat()
Djs_collator.cpp156 availableLocales = factory->EmptyArray(); in InitializeCollator()
Djs_relative_time_format.cpp77 availableLocales = factory->EmptyArray(); in InitializeRelativeTimeFormat()
Djs_number_format.cpp493 availableLocales = factory->EmptyArray(); in InitializeNumberFormat()
Dobject_factory.h383 JSHandle<TaggedArray> EmptyArray() const;
Dglobal_env_constants.h149 …V(JSTaggedValue, EmptyArray, EMPTY_ARRAY_OBJECT_INDEX, ecma_roots_special) …
Djs_date_time_format.cpp276 …ndle<TaggedArray> availableLocales = (requestedLocales->GetLength() == 0) ? factory->EmptyArray() : in InitializeDateTimeFormat()
Djs_object.cpp1566 keys = factory->EmptyArray(); in EnumerableOwnNames()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp58 return factory->EmptyArray(); in CanonicalizeLocaleList()
129 … THROW_TYPE_ERROR_AND_RETURN(thread, "kValue is not String or Object.", factory->EmptyArray()); in CanonicalizeHelper()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp51 JSHandle<TaggedArray> nonStaticElements = factory->EmptyArray(); in BuildClassInfoExtractorFromLiteral()
72 JSHandle<TaggedArray> staticElements = factory->EmptyArray(); in BuildClassInfoExtractorFromLiteral()
Dliteral_data_extractor.cpp126 return factory->EmptyArray(); in GetDatasIgnoreTypeForClass()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp462 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAll()
725 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAny()
910 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAllSettled()
Dbuiltins_string.cpp910 JSHandle<TaggedArray> capturesList = factory->EmptyArray(); in Replace()
Dbuiltins.cpp226 JSHandle<TaggedArray> globalPatch = factory_->EmptyArray(); in Initialize()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp207 vm->GetGlobalEnv()->SetGlobalPatch(thread, vm->GetFactory()->EmptyArray()); in ClearPatchInfo()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp88 obj->SetElements(thread, factory->EmptyArray().GetTaggedValue(), SKIP_BARRIER); in TestNewJSObject()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp794 JSHandle<TaggedArray> exportStarSet = factory->EmptyArray(); in GetModuleNamespace()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp860 JSHandle<TaggedArray> array = vm->GetFactory()->EmptyArray(); in SetHostEnqueueJob()