Home
last modified time | relevance | path

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

123

/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; property
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-class-definiton16.ts18 private get 5() { return } method in Foo
Dtest_GetOrSetAccessor9.ts18 get property
Dtest-class-definiton15.ts19 private get 5() { return } method in Foo
Dtest-class-definiton6.ts18 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.js44 anyTypeMethodClass.prototype.get = function (a) { method in anyTypeMethodClass
56 unionTypeMethodClass.prototype.get = function (a) { method in unionTypeMethodClass
78 subsetByValueClass.prototype.get = function () { method in subsetByValueClass
137 tupleTypeMethodClass.prototype.get = function (arg) { method in tupleTypeMethodClass
/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.js28 get() { method in exports.LiteralClass
39 get() { method in exports.UnionClass
50 get() { method in exports.InterfaceClass
61 get() { method in exports.GAbstract
74 get() { method in exports.GClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/
Dgetter.js90 get: function () { method
109 get: function () { method
141 get: function () { method
160 get: function () { method
180 get: function () { method
200 get: function () { method
217 get: function () { method
237 get: function () { method
256 get: function () { method
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-class-definiton15.ts19 private get 5() { return } method in Foo
Dtest-class-definiton16.ts18 private get 5() { return } method in Foo
Dtest-class-definiton6.ts18 private get 5() { return } method in Foo
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
DCjsDictionaryMode.js24 get:function () { method
DsomeArgsCjs.js28 get() {return A;} method
/arkcompiler/ets_runtime/test/moduletest/regressbufferdetach/
Dregressbufferdetach.js18 get: function () { method
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dconfig_keeper.py29 def get(cls) -> YamlDocument: member in ConfigKeeper
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Darray-literal-1.js17 get:() => {print("get 0")}, method
/arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/
Dset_get_name1.ts19 get [1]() { method in Person9
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-private-class-element-11.ts21 static get #msg() { variable

123