Searched defs:Getter (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-keyword-in-and-out5.ts | 17 type Getter<out in T> = () => T; alias
|
| D | test-keyword-in-and-out6.ts | 17 type Getter<in out out T> = () => T; alias
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_extends/ |
| D | ts_inline_accessor_extends.ts | 25 get Getter() { method in B
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_field_wrapper.cpp | 132 …static napi_value Getter(InteropCtx *ctx, napi_env env, EtsObject *etsObject, EtsFieldWrapper *ets… in Getter() function 173 …static napi_value Getter(InteropCtx * /*ctx*/, napi_env env, EtsObject *etsObject, EtsFieldWrapper… in Getter() function
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | graph_comparator.h | 119 #define CHECK_OR_RETURN(Opc, Getter) /* CC-OFFNXT(G.PRE.02) namespace member */ … argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator.h | 109 #define CHECK_INST(Opc, Getter) … in Compare() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 357 #define CHECK(Opc, Getter) … in Compare() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | common.h | 372 #define CHECK(Opc, Getter) … in Compare() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 611 HWTEST_F_L0(JSObjectTest, Getter) in HWTEST_F_L0() argument
|