Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/define/
Ddefinegettersetterbyvalue_dynamic.js17 get getter() { getter
25 function getter() { function
/arkcompiler/ets_runtime/test/aottest/stownbyvalue/
Dstownbyvalue.ts30 get getter(): any { variable
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/call_runtime/
Dtopropertykey_dynamic.js21 function getter() { function
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_is_accessor.cpp58 static es2panda_AstNode *getter = nullptr; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.h63 void SetGetterMethod(EtsMethodSet *getter) in SetGetterMethod()
/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dannotations_for_interface.cpp69 const std::string getter = "A.<get>x:i32;"; in CheckFunctionAnnotations() local
/arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/
Dobjectref_fuzzer.cpp42 Local<FunctionRef> getter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
/arkcompiler/toolchain/tooling/static/types/
Dproperty_descriptor.h31 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dproperty_descriptor.h31 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor()
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp71 void *getter = nullptr; in HWTEST_F_L0() local
114 void *getter = nullptr; in HWTEST_F_L0() local
Djs_object_test.cpp619 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
728 JSHandle<JSFunction> getter = in GetterOrSetterIsUndefined() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp176 JSTaggedValue getter = accessor->GetGetter(thread); in LoadPrototype() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlRelativeTimeFormat.cpp42 ani_method getter = nullptr; in CallOptionGetter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp224 auto getter = GenerateGetterOrSetter(ctx, varbinder, prop->AsClassProperty(), false); in UpdateInterfaceProperties() local
DinterfaceObjectLiteralLowering.cpp174 … auto *getter = CreateAnonClassFieldGetterSetter(ctx, copyIfaceMethod, false, anonClassFieldName); in FillClassBody() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.cpp96 … GateRef getter = Load(VariableType::JS_ANY(), glue_, rValue, IntPtr(AccessorData::GETTER_OFFSET)); in CheckGetTrapResult() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp337 compiler::VReg getter = undef; in CompilePropertyOfGetterOrSetter() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp187 bool getter{false}; in GetPrivateProperty() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp709 compiler::VReg getter = undef; in CompileGetterOrSetter() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dshared_builtins.cpp882const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetSAccessor() argument
1176 JSHandle<JSTaggedValue> getter = CreateSGetterSetter(env, entry.GetEntrypoint(), in BUILTIN_SHARED_TYPED_ARRAY_TYPES() local
Dbuiltins.cpp634const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetInlineAccessor() argument
794 JSHandle<JSTaggedValue> getter( in InitializeSymbol() local
864 JSHandle<JSTaggedValue> getter( in InitializeSymbolWithRealm() local
2293 JSHandle<JSTaggedValue> getter = in InitializeTypedArray() local
3200const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp295 compiler::VReg getter = undef; in CompilePropertyKind() local
932 compiler::VReg getter = undef; in CompileRemainingPropertyKind() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp638 void Context::AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder) in AddAnnotationImpl()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp395 JSHandle<JSFunction> getter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestGetter)); in HWTEST_F_L0() local
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h548 JSVM_Callback getter; member

12