/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
D | check_access_references.js | 26 function TestAccessors(tname, ...values) { 27 function TestAccessorsOf(o, tname, ...values) { 58 function TestTypecheck(tname, ...values) {
|
D | check_access_primitives.js | 30 function TestAccessors(tname, ...values) { 31 function TestAccessorsOf(o, tname, ...values) {
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/for_of/ |
D | for_of_11.ts | 30 values: T[] property in Foo 40 private values: T[]; property in FooIterator
|
D | for_of_12.ts | 60 private values: String; property in FooIterator
|
/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | bindingPattern.test.ts | 45 let values = new VReg(); variable 75 let values = new VReg(); variable
|
/arkcompiler/ets_runtime/test/aottest/asyncgeneratorrest/ |
D | asyncgeneratorrest.js | 16 var values = [34, 56]; variable
|
/arkcompiler/ets_frontend/es2panda/test/type_extractor/dts-testcases/ |
D | test-interface-type-test-1.d.ts | 24 values(): IterableIterator; method in Set
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
D | small_vector_test.cpp | 56 std::array values = {10U, 20U, 30U, 40U, 50U, 60U, 70U, 80U, 90U, 100U}; in TestVectorGrow() local 102 std::array values = {10U, 20U, 30U, 40U, 50U, 60U, 70U, 80U, 90U, 100U}; in TestVectorIteration() local 256 std::array values = {Item(1U, 1.2L), Item(2U, 2.3L), Item(3U, 3.4L)}; in TEST_F() local 307 std::array values = {Item(1U, 1.2L), Item(2U, 2.3L), Item(3U, 3.4L)}; in TEST_F() local 334 std::array values = {0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U}; in TEST_F() local
|
D | bit_table_test.cpp | 135 std::array<std::array<uint32_t, 10U>, 5U> values = { in TEST_F() local 240 std::array<std::array<uint32_t, 2U>, 10U> values = { in TEST_F() local 353 std::array<Entry, 3U> values = {Entry {1U}, Entry {2U}, Entry {3U}}; in TEST_F() local 375 ArenaVector<std::pair<uint32_t, uint64_t>> values(GetAllocator()->Adapter()); in TEST_F() local
|
D | bit_vector_test.cpp | 109 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; in TEST_F() local 239 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; in TestModification() local
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | small_vector_test.cpp | 51 std::array values = {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in TestVectorGrow() local 97 std::array values = {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in TestVectorIteration() local 247 std::array values = {Item(1, 1.2), Item(2, 2.3), Item(3, 3.4)}; in TEST_F() local 298 std::array values = {Item(1, 1.2), Item(2, 2.3), Item(3, 3.4)}; in TEST_F() local 323 std::array values = {0, 1, 2, 3, 4, 5, 6, 7}; in TEST_F() local
|
D | bit_vector_test.cpp | 102 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; variable 232 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; in TestModification() local
|
D | bit_table_test.cpp | 130 std::array<std::array<uint32_t, 10>, 5> values = { in TEST_F() local 234 std::array<std::array<uint32_t, 2>, 10> values = { in TEST_F() local 349 std::array<Entry, 3> values = {Entry {1}, Entry {2}, Entry {3}}; in TEST_F() local 371 ArenaVector<std::pair<uint32_t, uint64_t>> values(GetAllocator()->Adapter()); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_plain_array.cpp | 73 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in AdjustForward() local 128 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Clear() local 258 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Get() local 348 JSTaggedValue JSAPIPlainArray::TryFastGetIndexOfValue(TaggedArray *values, JSTaggedValue value) in TryFastGetIndexOfValue() 362 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetIndexOfValue() local 402 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local 414 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Remove() local 427 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in RemoveAt() local 444 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in SetValueAt() local
|
D | js_api_lightweightset.cpp | 183 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local 193 TaggedArray *values = TaggedArray::Cast(GetHashes().GetTaggedObject()); in GetHashAt() local 275 JSTaggedValue values = srcHashes->Get(i); in Equal() local 417 JSMutableHandle<JSTaggedValue> values(thread, JSTaggedValue::Undefined()); in ToString() local 483 JSHandle<TaggedArray> values(thread, obj->GetValues()); in CheckAndCopyValues() local
|
/arkcompiler/ets_frontend/ets2panda/linter/src/ |
D | TypeScriptLinterConfig.ts | 36 const values = Object.values(ts.SyntaxKind); constant
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
D | TypeScriptLinterConfig.ts | 128 const values = Object.values(ts.SyntaxKind); constant
|
/arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/ |
D | arrayValuesCase.js | 48 const values = array.values(); constant
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_lightweightset_stub_builder.h | 44 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
|
D | containers_lightweightmap_stub_builder.h | 46 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_array_test.cpp | 135 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local 156 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local 194 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
D | ts_type_test_helper.h | 32 const std::vector<LiteralValueType> &values) in AddLiteral()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 468 ##### ALLOCA 481 ##### ARG 494 ##### CONSTANT
|
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
D | disasm_ets_plugin.cpp | 243 const auto values = annotationAccessor.GetElement(i).GetArrayValue(); in GetETSAnnotation() local 266 const auto values = annotationAccessor.GetElement(i).GetArrayValue(); in GetETSAnnotation() local
|
/arkcompiler/ets_frontend/merge_abc/protos/ |
D | annotation.proto | 49 repeated ScalarValue values = 3; field
|