Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/commonJSImportNestedClassTypeReference/
Dmod1.js29 AssertType(class { values() { return new NS.K() }}, "typeof K"); method
30 AssertType(NS.K =class { values() { return new NS.K() }}, "typeof K"); method
32 values() { method in NS.K
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/commonJSImportExportedClassExpression/
Dmod1.js22 AssertType(exports.K = class K { values() { }}, "typeof K"); method
24 AssertType(class K { values() { }}, "typeof K"); method
27 values() { method in declare.K
/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/ets_runtime/test/typeinfer/automatedcases/
DinterfaceContextualType.ts30 public values: IMap; property in Bug
DcontextualExpressionTypecheckingDoesntBlowStack.ts47 const values = (this as any).getValues(); constant
DcheckInfiniteExpansionTermination.ts34 let values: IObservable<Foo>; variable
DinferenceDoesntCompareAgainstUninstantiatedTypeParameter.ts31 values?: (row: TClass) => ValueInterface<TClass>[], property
DuseObjectValuesAndEntries1.ts41 let values = Object.values(o); // number[] variable
/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/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/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
350 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetIndexOfValue() local
391 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local
403 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Remove() local
416 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in RemoveAt() local
433 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in SetValueAt() local
Djs_api_lightweightset.cpp182 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local
192 TaggedArray *values = TaggedArray::Cast(GetHashes().GetTaggedObject()); in GetHashAt() local
274 JSTaggedValue values = srcHashes->Get(i); in Equal() local
415 JSMutableHandle<JSTaggedValue> values(thread, JSTaggedValue::Undefined()); in ToString() 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/test/moduletest/array/
Darray.js158 const values = [1, 10, 21, 2]; variable
/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/ets_frontend/merge_abc/protos/
Dannotation.proto49 repeated ScalarValue values = 3; field
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp188 …JSHandle<PromiseRecord> values = JSHandle<PromiseRecord>::Cast(JSHandle<JSTaggedValue>(thread, fun… in ResolveElementFunction() local
404 JSHandle<PromiseRecord> values = in AllSettledResolveElementFunction() local
469 JSHandle<PromiseRecord> values = in AllSettledRejectElementFunction() local
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp264 std::vector<panda::pandasm::ScalarValue> values; in Deserialize() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h39 std::array<uint32_t, N> values; in Read() local
509 void SetColumns(Args... values) in SetColumns()

123