Home
last modified time | relevance | path

Searched defs:Getter (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-keyword-in-and-out5.ts17 type Getter<out in T> = () => T; alias
Dtest-keyword-in-and-out6.ts17 type Getter<in out out T> = () => T; alias
/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_extends/
Dts_inline_accessor_extends.ts25 get Getter() { method in B
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.cpp132 …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/
Dgraph_comparator.h119 #define CHECK_OR_RETURN(Opc, Getter) /* CC-OFFNXT(G.PRE.02) namespace member */ … argument
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h109 #define CHECK_INST(Opc, Getter) … in Compare() argument
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h357 #define CHECK(Opc, Getter) … in Compare() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h372 #define CHECK(Opc, Getter) … in Compare() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp611 HWTEST_F_L0(JSObjectTest, Getter) in HWTEST_F_L0() argument