Home
last modified time | relevance | path

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

12

/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-definiton26.ts18 get<T>() {} method in C
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_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
Dtest_GetOrSetAccessor1.ts20 get gid(): number; property
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-class-definiton16.ts18 private get 5() { return } method in Foo
Dtest-class-definiton15.ts19 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/ets_frontend/es2panda/test/compiler/js/
Darray-literal-1.js17 get:() => {print("get 0")}, method
Darray-literal-2.js16 get:() => {print("get 0")}, method
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-private-class-element-11.ts21 static get #msg() { variable
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js61 Object.defineProperty(Number.prototype, "h", {get:foo}); property
82 Object.defineProperty(String.prototype, "h", {get:func}); property
/arkcompiler/ets_runtime/test/moduletest/globalaccessor/
Dglobalaccessor.js30 get() { method
/arkcompiler/ets_runtime/test/moduletest/objectfreeze/
Dobjectfreeze.js26 Object.defineProperty(this, "han", { configurable: true, get: f1 }); property
/arkcompiler/ets_runtime/test/aottest/exception_case7/
Dexception_case7.js18 get: function(obj, prop) { method
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js70 get:function(target,name) { method
108 get: function(target, name) { method
119 get:()=>{ method

12