Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_generator_object_test.cpp66 genObj->SetElements(thread, factory->EmptyArray(), SKIP_BARRIER); in HWTEST_F_L0()
67 genObj->SetProperties(thread, factory->EmptyArray(), SKIP_BARRIER); in HWTEST_F_L0()
Djs_locale_test.cpp558 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()
Dconcurrent_marking_test.cpp149 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_segmenter.cpp114 availableLocales = factory->EmptyArray(); in InitializeSegmenter()
Djs_object-inl.h561 thread, obj, 0, numOfElements, copyLengthOfElements) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
563 thread, obj, numOfEnumKeys, copyLengthOfKeys) : factory->EmptyArray(); in GetOwnEnumerableNamesInFastMode()
Dproperty_accessor.cpp122 keyArray.Update(factory->EmptyArray()); in InitSimplePropertiesEnumCache()
Djs_tagged_value.cpp1319 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()
Dshared_object_factory.cpp607 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassLiteral()
625 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassInfoExtractor()
644 return EmptyArray(); in NewSTaggedArray()
Dobject_factory.cpp484 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 …]
Djs_plural_rules.cpp192 availableLocales = factory->EmptyArray(); in InitializePluralRules()
Djs_list_format.cpp112 availableLocales = factory->EmptyArray(); in InitializeListFormat()
Djs_displaynames.cpp136 availableLocales = factory->EmptyArray(); in InitializeDisplayNames()
Djs_relative_time_format.cpp75 availableLocales = factory->EmptyArray(); in InitializeRelativeTimeFormat()
Djs_collator.cpp154 availableLocales = factory->EmptyArray(); in InitializeCollator()
Djs_object.cpp580 return factory->EmptyArray(); in GetAllEnumKeys()
1965 keys = factory->EmptyArray(); in EnumerableOwnNames()
2621 keys.Update(factory->EmptyArray()); in EnumerateObjectProperties()
Djs_number_format.cpp503 availableLocales = factory->EmptyArray(); in InitializeNumberFormat()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp57 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/
Dliteral_data_extractor.cpp138 return factory->EmptyArray(); in GetDatasIgnoreTypeForClass()
529 return factory->EmptyArray(); in GetDatasIgnoreTypeForClass()
Dclass_info_extractor.cpp67 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/
Dpgo_type_manager.cpp202 JSHandle<TaggedArray> arrayInfo = factory->EmptyArray(); in GenArrayInfo()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp450 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/
Darray_helper.cpp383 JSHandle<TaggedArray> items(thread->GetEcmaVM()->GetFactory()->EmptyArray()); in SortIndexedProperties()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp212 vm->GetGlobalEnv()->SetGlobalPatch(thread, vm->GetFactory()->EmptyArray()); in ClearPatchInfo()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/
Dtest_core_typeduarray_function2.j236 failures += check(testTypedUArrayJoinWithEmptyArray(), "Test Join With EmptyArray");
39 failures += check(testTypedUArrayKeysWithEmptyArray(), "Test Keys With EmptyArray");
Dtest_core_typedarray_function2.j236 failures += check(testTypedArrayJoinWithEmptyArray(), "Test Join With EmptyArray");
39 failures += check(testTypedArrayKeysWithEmptyArray(), "Test Keys With EmptyArray");

12