/arkcompiler/ets_runtime/test/moduletest/stackoverflow/ |
D | stackoverflow.js | 23 var array = new Uint8Array(1000000); variable 32 var array = new Uint8Array(15000); variable
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_returns.cpp | 33 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 49 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 79 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 107 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 123 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 160 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 184 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 287 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 312 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local 329 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in ToJson() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | weak_ref_old_gc_test.cpp | 69 JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(2); in ArrayTestCreate() local 76 auto array = vm->GetFactory()->NewTaggedArray(2, JSTaggedValue::Undefined(), true); in HWTEST_F_L0() local 94 JSHandle<TaggedArray> array = ecmaVM->GetFactory()->NewTaggedArray(2); in HWTEST_F_L0() local 113 JSHandle<TaggedArray> array = ecmaVM->GetFactory()->NewTaggedArray(2); in HWTEST_F_L0() local 135 JSTaggedValue array(ArrayTestCreate(thread)); in HWTEST_F_L0() local 146 JSHandle<TaggedArray> array(thread, ArrayTestCreate(thread)); in HWTEST_F_L0() local
|
D | weak_ref_semi_gc_test.cpp | 68 JSHandle<TaggedArray> array = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(2); in ArrayTestCreate() local 75 JSHandle<TaggedArray> array = ecmaVM->GetFactory()->NewTaggedArray(2); in HWTEST_F_L0() local 94 JSHandle<TaggedArray> array = ecmaVM->GetFactory()->NewTaggedArray(2); in HWTEST_F_L0() local 116 JSTaggedValue array(ArrayTestCreate(thread)); in HWTEST_F_L0() local 127 JSHandle<TaggedArray> array(thread, ArrayTestCreate(thread)); in HWTEST_F_L0() local
|
D | concurrent_marking_test.cpp | 74 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local 80 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local 92 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local 97 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
|
D | js_iterator_test.cpp | 67 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local 81 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local 94 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local 112 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local 125 JSHandle<JSTaggedValue> array(JSArray::CreateArrayFromList(thread, data)); in HWTEST_F_L0() local
|
D | throw_oom_error_test.cpp | 61 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local 81 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local 88 [[maybe_unused]] JSHandle<TaggedArray> array = in HWTEST_F_L0() local
|
D | incremental_marking_test.cpp | 72 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local 79 auto array = CreateTaggedArray(length, JSTaggedValue::Undefined(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_array_stub_builder.h | 37 GateRef GetViewedArrayBuffer(GateRef array) in GetViewedArrayBuffer() 43 GateRef GetArrayLength(GateRef array) in GetArrayLength() 49 GateRef GetByteOffset(GateRef array) in GetByteOffset()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_atomics_test.cpp | 64 JSTypedArray *CreateTypedArray(JSThread *thread, const JSHandle<TaggedArray> &array) in CreateTypedArray() 87 JSTypedArray *CreateTypedArray(JSThread *thread, const JSHandle<TaggedArray> &array, DataViewType t… in CreateTypedArray() 246 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local 269 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(10)); in HWTEST_F_L0() local 289 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local 322 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local 345 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(10)); in HWTEST_F_L0() local 368 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(10)); in HWTEST_F_L0() local 403 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local 427 [[maybe_unused]] JSHandle<TaggedArray> array(factory->NewTaggedArray(3)); in HWTEST_F_L0() local [all …]
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | iteratorSpreadInArray.ts | 44 let array = [...new SymbolIterator]; variable
|
D | iteratorSpreadInArray9.ts | 40 let array = [...new SymbolIterator]; variable
|
D | iteratorSpreadInArray3.ts | 44 let array = [...[0, 1], ...new SymbolIterator]; variable
|
D | iteratorSpreadInArray4.ts | 44 let array = [0, 1, ...new SymbolIterator]; variable
|
D | iteratorSpreadInArray7.ts | 44 let array: symbol[]; variable
|
D | iteratorSpreadInArray2.ts | 66 let array = [...new NumberIterator, ...new SymbolIterator]; variable
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | proto_change_details.cpp | 20 …<ChangeListener> ChangeListener::Add(const JSThread *thread, const JSHandle<ChangeListener> &array, in Add() 57 uint32_t ChangeListener::CheckHole(const JSHandle<ChangeListener> &array) in CheckHole()
|
/arkcompiler/ets_runtime/test/aottest/exception_case1/ |
D | exception_case1.js | 24 let array = stack.split('\n') variable
|
/arkcompiler/ets_runtime/test/aottest/exception_case4/ |
D | exception_case4.js | 24 let array = stack.split('\n') variable
|
/arkcompiler/ets_runtime/test/aottest/exception_case5/ |
D | exception_case5.js | 22 let array = stack.split('\n') variable
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_plainarray.cpp | 99 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Clear() local 150 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Has() local 181 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Get() local 279 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in GetIndexOfKey() local 300 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in GetIndexOfValue() local 321 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in IsEmpty() local 350 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in GetKeyAt() local 380 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Remove() local 409 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in RemoveAt() local 449 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in RemoveRangeFrom() local [all …]
|
/arkcompiler/ets_runtime/test/aottest/exception_case2/ |
D | exception_case2.js | 24 let array = stack.split('\n') variable
|
/arkcompiler/ets_runtime/test/aottest/exception_case10/ |
D | exception_case10.js | 27 let array = stack.split('\n') variable
|
/arkcompiler/ets_runtime/test/aottest/exception_case12/ |
D | exception_case12.ts | 28 let array = stack.split('\n') variable
|
/arkcompiler/ets_runtime/test/aottest/exception_case11/ |
D | exception_case11.ts | 30 let array = stack.split('\n') variable
|