| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_locale_test.cpp | 570 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()
|
| D | dump_test.cpp | 651 JSHandle<JSTaggedValue> keys(thread, factory->EmptyArray().GetTaggedValue()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 550 thread, obj, 0, numOfElements, copyLengthOfElements) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode() 552 thread, obj, numOfEnumKeys, copyLengthOfKeys) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
|
| D | js_tagged_value.cpp | 986 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()
|
| D | property_accessor.cpp | 124 keyArray.Update(factory->EmptyArray()); in InitSimplePropertiesEnumCache()
|
| D | object_factory.cpp | 424 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 …]
|
| D | js_displaynames.cpp | 147 availableLocales = factory->EmptyArray(); in InitializeDisplayNames()
|
| D | js_list_format.cpp | 123 availableLocales = factory->EmptyArray(); in InitializeListFormat()
|
| D | js_plural_rules.cpp | 192 availableLocales = factory->EmptyArray(); in InitializePluralRules()
|
| D | js_collator.cpp | 158 availableLocales = factory->EmptyArray(); in InitializeCollator()
|
| D | js_relative_time_format.cpp | 78 availableLocales = factory->EmptyArray(); in InitializeRelativeTimeFormat()
|
| D | global_env_constants.h | 153 …V(JSTaggedValue, EmptyArray, EMPTY_ARRAY_OBJECT_INDEX, ecma_roots_special) …
|
| D | js_object.cpp | 524 return factory->EmptyArray(); in GetAllEnumKeys() 1831 keys = factory->EmptyArray(); in EnumerableOwnNames() 2474 keys.Update(factory->EmptyArray()); in EnumerateObjectProperties()
|
| D | object_factory.h | 413 JSHandle<TaggedArray> EmptyArray() const;
|
| D | js_number_format.cpp | 494 availableLocales = factory->EmptyArray(); in InitializeNumberFormat()
|
| D | js_date_time_format.cpp | 404 …ndle<TaggedArray> availableLocales = (requestedLocales->GetLength() == 0) ? factory->EmptyArray() : in InitializeDateTimeFormat()
|
| /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/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 | 946 JSHandle<TaggedArray> capturesList = factory->EmptyArray(); in Replace()
|
| /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() 991 return factory->EmptyArray(); in ExtractStaticFieldTypeArray()
|
| D | literal_data_extractor.cpp | 138 return factory->EmptyArray(); in GetDatasIgnoreTypeForClass()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 227 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 | 851 JSHandle<TaggedArray> exportStarSet = factory->EmptyArray(); in GetModuleNamespace()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 285 JSHandle<TaggedArray> captureList = factory->EmptyArray(); in DEF_RUNTIME_STUBS()
|