Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp570 JSHandle<TaggedArray> availableLocales = factory->EmptyArray(); in HWTEST_F_L0()
571 JSHandle<TaggedArray> requestedLocales = factory->EmptyArray(); in HWTEST_F_L0()
611 JSHandle<TaggedArray> availableLocales = factory->EmptyArray(); in HWTEST_F_L0()
612 JSHandle<TaggedArray> requestedLocales = factory->EmptyArray(); in HWTEST_F_L0()
Ddump_test.cpp651 JSHandle<JSTaggedValue> keys(thread, factory->EmptyArray().GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h550 thread, obj, 0, numOfElements, copyLengthOfElements) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
552 thread, obj, numOfEnumKeys, copyLengthOfKeys) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
Djs_tagged_value.cpp986 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys()
990 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys()
994 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys()
1234 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetOwnContainerPropertyKeys()
1271 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetOwnContainerEnumPropertyKeys()
Dproperty_accessor.cpp124 keyArray.Update(factory->EmptyArray()); in InitSimplePropertiesEnumCache()
Dobject_factory.cpp424 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewJSObject()
435 return EmptyArray(); in CloneProperties()
539 return EmptyArray(); in CloneProperties()
671 obj->SetElements(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject()
672 obj->SetProperties(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject()
705 return EmptyArray(); in NewJsonFixedArray()
2379 return EmptyArray(); in NewTaggedArray()
2540 return EmptyArray(); in NewTaggedArrayWithoutInit()
2593 return EmptyArray(); in NewTaggedArray()
2643 return JSHandle<TaggedHashArray>::Cast(EmptyArray()); in NewTaggedHashArray()
[all …]
Djs_displaynames.cpp147 availableLocales = factory->EmptyArray(); in InitializeDisplayNames()
Djs_list_format.cpp123 availableLocales = factory->EmptyArray(); in InitializeListFormat()
Djs_plural_rules.cpp192 availableLocales = factory->EmptyArray(); in InitializePluralRules()
Djs_collator.cpp158 availableLocales = factory->EmptyArray(); in InitializeCollator()
Djs_relative_time_format.cpp78 availableLocales = factory->EmptyArray(); in InitializeRelativeTimeFormat()
Dglobal_env_constants.h153 …V(JSTaggedValue, EmptyArray, EMPTY_ARRAY_OBJECT_INDEX, ecma_roots_special) …
Djs_object.cpp524 return factory->EmptyArray(); in GetAllEnumKeys()
1831 keys = factory->EmptyArray(); in EnumerableOwnNames()
2474 keys.Update(factory->EmptyArray()); in EnumerateObjectProperties()
Dobject_factory.h413 JSHandle<TaggedArray> EmptyArray() const;
Djs_number_format.cpp494 availableLocales = factory->EmptyArray(); in InitializeNumberFormat()
Djs_date_time_format.cpp404 …ndle<TaggedArray> availableLocales = (requestedLocales->GetLength() == 0) ? factory->EmptyArray() : in InitializeDateTimeFormat()
/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/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.cpp946 JSHandle<TaggedArray> capturesList = factory->EmptyArray(); in Replace()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp51 JSHandle<TaggedArray> nonStaticElements = factory->EmptyArray(); in BuildClassInfoExtractorFromLiteral()
72 JSHandle<TaggedArray> staticElements = factory->EmptyArray(); in BuildClassInfoExtractorFromLiteral()
991 return factory->EmptyArray(); in ExtractStaticFieldTypeArray()
Dliteral_data_extractor.cpp138 return factory->EmptyArray(); in GetDatasIgnoreTypeForClass()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp227 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.cpp851 JSHandle<TaggedArray> exportStarSet = factory->EmptyArray(); in GetModuleNamespace()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp285 JSHandle<TaggedArray> captureList = factory->EmptyArray(); in DEF_RUNTIME_STUBS()

12