Home
last modified time | relevance | path

Searched defs:emptyArray (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1405 const emptyArray = [1, [2, [], [3, []]]]; variable
1744 let emptyArray = []; variable
1768 let emptyArray = []; variable
1794 let emptyArray = []; variable
1821 let emptyArray = []; variable
1844 let emptyArray = []; variable
1872 let emptyArray = []; variable
1918 let emptyArray = []; variable
1943 let emptyArray = []; variable
1957 let emptyArray = []; variable
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Djson_parser_test.cpp81 auto &emptyArray = *obj.GetValue<JsonObject::ArrayT>("key_1"); in TEST() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_marking_test.cpp149 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp450 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAll() local
713 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAny() local
898 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAllSettled() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp418 auto emptyArray = GetGlobalConstantValue( in NewJSObject() local
461 auto emptyArray = GetGlobalConstantValue( in NewSObject() local
556 auto emptyArray = GetGlobalConstantValue( in NewJSObject() local
859 Label emptyArray(env); in CopyArray() local
1261 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties() local
1961 GateRef emptyArray = GetGlobalConstantValue( in CreateEmptyArrayCommon() local
2109 auto emptyArray = GetGlobalConstantValue( in CreateJSCollectionIterator() local
2165 auto emptyArray = GetGlobalConstantValue( in CreateJSTypedArrayIterator() local
Dntype_hcr_lowering.cpp222 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in NewJSArrayLiteral() local
Dtyped_native_inline_lowering.cpp418 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in AllocateArrayIterator() local
1147 GateRef emptyArray = builder->GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in AllocateNewNumber() local
Dtyped_bytecode_lowering.cpp2286 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerCreateEmptyObject() local
Dmcr_circuit_builder.cpp1450 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind() local
Dtyped_hcr_lowering.cpp3324 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerTypedCreateObjWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp299 JSHandle<TaggedArray> emptyArray = SharedEmptyArray(); in NewSharedOldSpaceJSObject() local
607 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassLiteral() local
625 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassInfoExtractor() local
Djs_object-inl.h508 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind() local
Djs_number_format.cpp876 JSHandle<JSArray> emptyArray = factory->NewJSArray(); in FormatNumericToParts() local
Dobject_factory.cpp484 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewJSObject() local
4073 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassInfoExtractor() local
4849 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewOldSpaceJSObject() local
4979 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassLiteral() local
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts297 const emptyArray = new SendableArray<number>(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1013 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys() local
1072 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys() local
1188 GateRef emptyArray = GetEmptyArray(glue); in GetEnumElementKeys() local
1261 GateRef emptyArray = GetEmptyArray(glue_); in Keys() local
1902 GateRef emptyArray = GetEmptyArray(glue_); in Entries() local