Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 108) sorted by relevance

12345

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_GetOrSetAccessor7.ts18 get:number property
25 interface Iest3 {
26 get; property
30 get?:number property
34 get():number; method
38 get<T>():number; method
42 get?():number; method
46 get, property
Dtest_GetOrSetAccessor6.ts19 get get():number; method
Dtest_GetOrSetAccessor2.ts20 get?(): number; method
21 get getname1():number; property
Dtest-class-property-2.ts1 /*
2 * Copyright (c) 2024 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
[all …]
Dtest-class-definiton26.ts18 get<T>() {} method in C
Dtest_GetOrSetAccessor8.ts18 get [1](); method
Dtest_GetOrSetAccessor9.ts18 get property
Dtest-class-definiton16.ts18 private get 5() { return } method in Foo
Dtest-class-definiton6.ts18 private get 5() { return } method in Foo
Dtest-class-definiton15.ts19 private get 5() { return } method in Foo
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/
Dinterface_method.ts19 get(a: T): T; method
23 get(a: T): T { method in AnyTypeMethodClass
35 get(a: UnionType): UnionType; method
39 get(a: UnionType): UnionType { method in UnionTypeMethodClass
49 get(): number; method
61 get(): UserClass; method
65 get(): UserClass { method in SubsetByValueClass
130 get(arg: [number, string]): [number, string]; method
134 get(arg: [number, string]): [number, string] { method in TupleTypeMethodClass
Dinterface_method.js18 get(a) { method in AnyTypeMethodClass
26 get(a) { method in UnionTypeMethodClass
42 get() { method in SubsetByValueClass
83 get(arg) { method in TupleTypeMethodClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/ts_to_sts/
Dmain.ts36 static get<T>(value: T): T { method in GenericStatic
53 static get<T extends Literal>(value: T): T { method in LiteralStatic
64 static get<T extends TupleType>(value: T): T[0] { method in ExtraSetStatic
74 static get<T extends Subset>(value: T): T { method in SubsetByRefStatic
85 static get<T extends typeof BaseObj.a>(value: T): T { method in SubsetByValueStatic
95 static get<T extends UnionType>(value: T): T { method in UnionStatic
109 static get<T extends User>(value: T): T { method in UserClassStatic
123 static get<T extends IUser>(value: T): T { method in InterfaceStatic
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_method/ts_to_sts/
Dmain.ts21 get(): number { method in UserClass
59 get(): number; method
67 get(): number { method in InterfaceClass
89 static get(): number { method in StaticClass
109 private get(): number { method in PrivateClass
131 protected get(): number { method in ProtectedClass
161 get(): number { method in AbstractClass
Dmain.js36 UserClass.prototype.get = function () { method in UserClass
74 InterfaceClass.prototype.get = function () { method in InterfaceClass
113 PrivateClass.prototype.get = function () { method in PrivateClass
133 ProtectedClass.prototype.get = function () { method in ProtectedClass
165 abstractClass.prototype.get = function () { method in abstractClass
/arkcompiler/ets_runtime/test/moduletest/proxyget/
Dproxyget.js21 get(target, prop) { method
35 const invalidHandler = { get: 'not a function' }; property
54 get(target, prop) { method
76 get(target, prop) { method
98 get(target, prop) { method
138 get(target, prop) { method
160 get(target, prop) { method
180 get(target, prop) { method
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ts_to_ets/
Dgeneric.ts33 get(): T { method in LiteralClass
49 get(): T { method in UnionClass
69 get(): T { method in InterfaceClass
85 get(): T { method in GAbstract
103 public get(): T { method in GClass
Dgeneric.js24 get() { method in LiteralClass
35 get() { method in UnionClass
46 get() { method in InterfaceClass
57 get() { method in GAbstract
70 get() { method in GClass
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-class-definiton6.ts18 private get /* @@ label */5() { return } method in Foo
Dtest-class-definiton15.ts19 private get 5() { return } method in Foo
Dtest-class-definiton16.ts18 private get /* @@ label */5() { return } method in Foo
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
DCjsDictionaryMode.js24 get:function () { method
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/sendable_class_merge_abc_test/
Dsendable_class_merge_abc_test.ts21 get(): void { } method in B
/arkcompiler/ets_runtime/test/moduletest/arrayderived/
Darrayderived.js54 get: function() { method
/arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/
Dset_get_name1.ts19 get [1]() { method in Person9

12345