| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_generator_object_test.cpp | 66 genObj->SetElements(thread, factory->EmptyArray(), SKIP_BARRIER); in HWTEST_F_L0() 67 genObj->SetProperties(thread, factory->EmptyArray(), SKIP_BARRIER); in HWTEST_F_L0()
|
| D | js_locale_test.cpp | 558 JSHandle<TaggedArray> availableLocales = factory->EmptyArray(); in HWTEST_F_L0() 559 JSHandle<TaggedArray> requestedLocales = factory->EmptyArray(); in HWTEST_F_L0() 588 JSHandle<TaggedArray> availableLocales = factory->EmptyArray(); in HWTEST_F_L0() 589 JSHandle<TaggedArray> requestedLocales = factory->EmptyArray(); in HWTEST_F_L0()
|
| D | concurrent_marking_test.cpp | 149 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segmenter.cpp | 114 availableLocales = factory->EmptyArray(); in InitializeSegmenter()
|
| D | js_object-inl.h | 561 thread, obj, 0, numOfElements, copyLengthOfElements) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode() 563 thread, obj, numOfEnumKeys, copyLengthOfKeys) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
|
| D | property_accessor.cpp | 122 keyArray.Update(factory->EmptyArray()); in InitSimplePropertiesEnumCache()
|
| D | js_tagged_value.cpp | 1319 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys() 1323 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys() 1327 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetAllPropertyKeys() 1595 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetOwnContainerPropertyKeys() 1633 return thread->GetEcmaVM()->GetFactory()->EmptyArray(); in GetOwnContainerEnumPropertyKeys()
|
| D | shared_object_factory.cpp | 607 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassLiteral() 625 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassInfoExtractor() 644 return EmptyArray(); in NewSTaggedArray()
|
| D | object_factory.cpp | 484 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewJSObject() 495 return EmptyArray(); in CloneProperties() 599 return EmptyArray(); in CloneProperties() 787 obj->SetElements(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject() 788 obj->SetProperties(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject() 821 return EmptyArray(); in NewJsonFixedArray() 2594 return EmptyArray(); in NewTaggedArray() 2748 return EmptyArray(); in NewTaggedArrayWithoutInit() 2804 return EmptyArray(); in NewTaggedArray() 2854 return JSHandle<TaggedHashArray>::Cast(EmptyArray()); in NewTaggedHashArray() [all …]
|
| D | js_plural_rules.cpp | 192 availableLocales = factory->EmptyArray(); in InitializePluralRules()
|
| D | js_list_format.cpp | 112 availableLocales = factory->EmptyArray(); in InitializeListFormat()
|
| D | js_displaynames.cpp | 136 availableLocales = factory->EmptyArray(); in InitializeDisplayNames()
|
| D | js_relative_time_format.cpp | 75 availableLocales = factory->EmptyArray(); in InitializeRelativeTimeFormat()
|
| D | js_collator.cpp | 154 availableLocales = factory->EmptyArray(); in InitializeCollator()
|
| D | js_object.cpp | 580 return factory->EmptyArray(); in GetAllEnumKeys() 1965 keys = factory->EmptyArray(); in EnumerableOwnNames() 2621 keys.Update(factory->EmptyArray()); in EnumerateObjectProperties()
|
| D | js_number_format.cpp | 503 availableLocales = factory->EmptyArray(); in InitializeNumberFormat()
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | locale_helper.cpp | 57 return factory->EmptyArray(); in CanonicalizeLocaleList() 128 … THROW_TYPE_ERROR_AND_RETURN(thread, "kValue is not String or Object.", factory->EmptyArray()); in CanonicalizeHelper()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 138 return factory->EmptyArray(); in GetDatasIgnoreTypeForClass() 529 return factory->EmptyArray(); in GetDatasIgnoreTypeForClass()
|
| D | class_info_extractor.cpp | 67 JSHandle<TaggedArray> nonStaticElements = factory->EmptyArray(); in BuildClassInfoExtractorFromLiteral() 95 JSHandle<TaggedArray> staticElements = factory->EmptyArray(); in BuildClassInfoExtractorFromLiteral() 1067 return factory->EmptyArray(); in ExtractStaticFieldTypeArray()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.cpp | 202 JSHandle<TaggedArray> arrayInfo = factory->EmptyArray(); in GenArrayInfo()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 450 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAll() 713 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAny() 898 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAllSettled()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 383 JSHandle<TaggedArray> items(thread->GetEcmaVM()->GetFactory()->EmptyArray()); in SortIndexedProperties()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 212 vm->GetGlobalEnv()->SetGlobalPatch(thread, vm->GetFactory()->EmptyArray()); in ClearPatchInfo()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/ |
| D | test_core_typeduarray_function2.j2 | 36 failures += check(testTypedUArrayJoinWithEmptyArray(), "Test Join With EmptyArray"); 39 failures += check(testTypedUArrayKeysWithEmptyArray(), "Test Keys With EmptyArray");
|
| D | test_core_typedarray_function2.j2 | 36 failures += check(testTypedArrayJoinWithEmptyArray(), "Test Join With EmptyArray"); 39 failures += check(testTypedArrayKeysWithEmptyArray(), "Test Keys With EmptyArray");
|