| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/arrays/ |
| D | array_modify_test.cpp | 54 …AbckitInst *emptyArray = helpers::FindFirstInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_CREATEEMPTYAR… in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/arraytospliced/ |
| D | arraytospliced.js | 68 const emptyArray = []; variable
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1405 const emptyArray = [1, [2, [], [3, []]]]; variable 1752 let emptyArray = []; variable 1776 let emptyArray = []; variable 1802 let emptyArray = []; variable 1829 let emptyArray = []; variable 1852 let emptyArray = []; variable 1880 let emptyArray = []; variable 1926 let emptyArray = []; variable 1961 let emptyArray = []; variable 1975 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/ |
| D | shared_object_factory.cpp | 331 JSHandle<TaggedArray> emptyArray = SharedEmptyArray(); in NewSharedOldSpaceJSObject() local 651 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassLiteral() local 669 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassInfoExtractor() local
|
| D | js_object-inl.h | 533 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind() local
|
| D | js_number_format.cpp | 936 JSHandle<JSArray> emptyArray = factory->NewJSArray(); in FormatNumericToParts() local
|
| D | object_factory.cpp | 483 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewJSObject() local 4276 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassInfoExtractor() local 5051 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewOldSpaceJSObject() local 5181 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 820 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys() local 879 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys() local 995 GateRef emptyArray = GetEmptyArray(glue); in GetEnumElementKeys() local 1071 GateRef emptyArray = GetEmptyArray(glue_); in Keys() local 1713 GateRef emptyArray = GetEmptyArray(glue_); in Entries() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_hcr_lowering.cpp | 221 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in NewJSArrayLiteral() local
|
| D | new_object_stub_builder.cpp | 884 Label emptyArray(env); in CopyArray() local 1256 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties() local 1678 auto emptyArray = in InitializeObject() local 1983 GateRef emptyArray = GetGlobalConstantValue( in CreateEmptyArrayCommon() local
|
| D | typed_native_inline_lowering.cpp | 396 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in AllocateArrayIterator() local 1128 GateRef emptyArray = builder->GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in AllocateNewNumber() local
|
| D | typed_bytecode_lowering.cpp | 2385 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerCreateEmptyObject() local
|
| D | typed_hcr_lowering.cpp | 3012 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerTypedCreateObjWithBuffer() local
|
| D | mcr_circuit_builder.cpp | 1479 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind() local
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 439 const emptyArray = new SendableArray<number>(); constant
|