Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/for_of/ts_to_sts/simple_array/
Dsimple_array.ts16 export let emptyArray = []; variable
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/arrays/
Darray_modify_test.cpp54 …AbckitInst *emptyArray = helpers::FindFirstInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_CREATEEMPTYAR… in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/arraytospliced/
Darraytospliced.js68 const emptyArray = []; variable
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1448 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/
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.cpp434 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/
Dshared_object_factory.cpp370 JSHandle<TaggedArray> emptyArray = SharedEmptyArray(); in NewSharedOldSpaceJSObject() local
774 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassLiteral() local
792 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassInfoExtractor() local
Djs_number_format.cpp936 JSHandle<JSArray> emptyArray = factory->NewJSArray(); in FormatNumericToParts() local
Dobject_factory.cpp506 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/
Dbuiltins_object_stub_builder.cpp803 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/
Dsharedarray.ts439 const emptyArray = new SendableArray<number>(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp236 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in NewJSArrayLiteral() local
Dnew_object_stub_builder.cpp971 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
Dtyped_native_inline_lowering.cpp396 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
Dtyped_bytecode_lowering.cpp2826 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerCreateEmptyObject() local
Dtyped_hcr_lowering.cpp3281 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerTypedCreateObjWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp807 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in NewClassLiteral() local