| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/for_of/ts_to_sts/simple_array/ |
| D | simple_array.ts | 16 export let emptyArray = []; variable
|
| /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 | 1448 const emptyArray = [1, [2, [], [3, []]]]; variable 1791 let emptyArray = []; variable 1815 let emptyArray = []; variable 1841 let emptyArray = []; variable 1868 let emptyArray = []; variable 1891 let emptyArray = []; variable 1919 let emptyArray = []; variable 1965 let emptyArray = []; variable 2000 let emptyArray = []; variable 2014 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 | 434 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAll() local 697 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAny() local 882 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAllSettled() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 370 JSHandle<TaggedArray> emptyArray = SharedEmptyArray(); in NewSharedOldSpaceJSObject() local 774 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassLiteral() local 792 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassInfoExtractor() local
|
| D | js_number_format.cpp | 936 JSHandle<JSArray> emptyArray = factory->NewJSArray(); in FormatNumericToParts() local
|
| D | object_factory.cpp | 506 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewJSObject() local 4386 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassInfoExtractor() local 5224 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewOldSpaceJSObject() local 5353 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 803 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys() local 863 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys() local 979 GateRef emptyArray = GetEmptyArray(glue); in GetEnumElementKeys() local 1055 GateRef emptyArray = GetEmptyArray(glue_); in Keys() local 1699 GateRef emptyArray = GetEmptyArray(glue_); in Entries() local
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 439 const emptyArray = new SendableArray<number>(); constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_hcr_lowering.cpp | 236 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in NewJSArrayLiteral() local
|
| D | new_object_stub_builder.cpp | 971 Label emptyArray(env); in CopyArray() local 1426 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties() local 1939 auto emptyArray = in InitializeObject() local 2245 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 1126 GateRef emptyArray = builder->GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in AllocateNewNumber() local
|
| D | typed_bytecode_lowering.cpp | 2826 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerCreateEmptyObject() local
|
| D | typed_hcr_lowering.cpp | 3281 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerTypedCreateObjWithBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 807 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in NewClassLiteral() local
|