| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1405 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/ |
| D | json_parser_test.cpp | 81 auto &emptyArray = *obj.GetValue<JsonObject::ArrayT>("key_1"); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | concurrent_marking_test.cpp | 149 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise.cpp | 450 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/ |
| D | new_object_stub_builder.cpp | 418 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
|
| D | ntype_hcr_lowering.cpp | 222 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in NewJSArrayLiteral() local
|
| D | typed_native_inline_lowering.cpp | 418 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
|
| D | typed_bytecode_lowering.cpp | 2286 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerCreateEmptyObject() local
|
| D | mcr_circuit_builder.cpp | 1450 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind() local
|
| D | typed_hcr_lowering.cpp | 3324 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerTypedCreateObjWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 299 JSHandle<TaggedArray> emptyArray = SharedEmptyArray(); in NewSharedOldSpaceJSObject() local 607 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassLiteral() local 625 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassInfoExtractor() local
|
| D | js_object-inl.h | 508 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind() local
|
| D | js_number_format.cpp | 876 JSHandle<JSArray> emptyArray = factory->NewJSArray(); in FormatNumericToParts() local
|
| D | object_factory.cpp | 484 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/ |
| D | sharedarray.ts | 297 const emptyArray = new SendableArray<number>(); constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 1013 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
|