| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_locale_test.cpp | 569 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/ |
| D | js_object-inl.h | 447 thread, obj, 0, numOfElements, copyLengthOfElements) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode() 449 thread, obj, 0, numOfKeys, copyLengthOfKeys) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
|
| D | js_tagged_value.cpp | 873 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()
|
| D | object_factory.cpp | 404 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 …]
|
| D | js_displaynames.cpp | 146 availableLocales = factory->EmptyArray(); in InitializeDisplayNames()
|
| D | js_plural_rules.cpp | 191 availableLocales = factory->EmptyArray(); in InitializePluralRules()
|
| D | js_list_format.cpp | 122 availableLocales = factory->EmptyArray(); in InitializeListFormat()
|
| D | js_collator.cpp | 156 availableLocales = factory->EmptyArray(); in InitializeCollator()
|
| D | js_relative_time_format.cpp | 77 availableLocales = factory->EmptyArray(); in InitializeRelativeTimeFormat()
|
| D | js_number_format.cpp | 493 availableLocales = factory->EmptyArray(); in InitializeNumberFormat()
|
| D | object_factory.h | 383 JSHandle<TaggedArray> EmptyArray() const;
|
| D | global_env_constants.h | 149 …V(JSTaggedValue, EmptyArray, EMPTY_ARRAY_OBJECT_INDEX, ecma_roots_special) …
|
| D | js_date_time_format.cpp | 276 …ndle<TaggedArray> availableLocales = (requestedLocales->GetLength() == 0) ? factory->EmptyArray() : in InitializeDateTimeFormat()
|
| D | js_object.cpp | 1566 keys = factory->EmptyArray(); in EnumerableOwnNames()
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | locale_helper.cpp | 58 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/ |
| D | class_info_extractor.cpp | 51 JSHandle<TaggedArray> nonStaticElements = factory->EmptyArray(); in BuildClassInfoExtractorFromLiteral() 72 JSHandle<TaggedArray> staticElements = factory->EmptyArray(); in BuildClassInfoExtractorFromLiteral()
|
| D | literal_data_extractor.cpp | 126 return factory->EmptyArray(); in GetDatasIgnoreTypeForClass()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 462 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAll() 725 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAny() 910 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAllSettled()
|
| D | builtins_string.cpp | 910 JSHandle<TaggedArray> capturesList = factory->EmptyArray(); in Replace()
|
| D | builtins.cpp | 226 JSHandle<TaggedArray> globalPatch = factory_->EmptyArray(); in Initialize()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 207 vm->GetGlobalEnv()->SetGlobalPatch(thread, vm->GetFactory()->EmptyArray()); in ClearPatchInfo()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 88 obj->SetElements(thread, factory->EmptyArray().GetTaggedValue(), SKIP_BARRIER); in TestNewJSObject()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 794 JSHandle<TaggedArray> exportStarSet = factory->EmptyArray(); in GetModuleNamespace()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 860 JSHandle<TaggedArray> array = vm->GetFactory()->EmptyArray(); in SetHostEnqueueJob()
|