Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 79) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_access_references.js26 function TestAccessors(tname, ...values) {
27 function TestAccessorsOf(o, tname, ...values) {
58 function TestTypecheck(tname, ...values) {
Dcheck_access_primitives.js30 function TestAccessors(tname, ...values) {
31 function TestAccessorsOf(o, tname, ...values) {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/for_of/
Dfor_of_11.ts30 values: T[] property in Foo
40 private values: T[]; property in FooIterator
Dfor_of_12.ts60 private values: String; property in FooIterator
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DbindingPattern.test.ts45 let values = new VReg(); variable
75 let values = new VReg(); variable
/arkcompiler/ets_runtime/test/aottest/asyncgeneratorrest/
Dasyncgeneratorrest.js16 var values = [34, 56]; variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/dts-testcases/
Dtest-interface-type-test-1.d.ts24 values(): IterableIterator; method in Set
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dsmall_vector_test.cpp56 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
Dbit_table_test.cpp135 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
Dbit_vector_test.cpp109 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/
Dsmall_vector_test.cpp51 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
Dbit_vector_test.cpp102 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
Dbit_table_test.cpp130 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/
Djs_api_plain_array.cpp73 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
Djs_api_lightweightset.cpp183 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/
DTypeScriptLinterConfig.ts36 const values = Object.values(ts.SyntaxKind); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinterConfig.ts128 const values = Object.values(ts.SyntaxKind); constant
/arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/
DarrayValuesCase.js48 const values = array.values(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_lightweightset_stub_builder.h44 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
Dcontainers_lightweightmap_stub_builder.h46 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp135 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/
Dts_type_test_helper.h32 const std::vector<LiteralValueType> &values) in AddLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md468 ##### ALLOCA
481 ##### ARG
494 ##### CONSTANT
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp243 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/
Dannotation.proto49 repeated ScalarValue values = 3; field

1234