Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 25 of 40) 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_runtime/test/fuzztest/objectref_fuzzer/
Dobjectref_fuzzer.cpp42 Local<FunctionRef> getter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
/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_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp152 auto getter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), false); in UpdateInterfacePropertys() local
DinterfaceObjectLiteralLowering.cpp163 auto *getter = CreateAnonClassFieldGetterSetter(checker, ifaceMethod, false); in FillClassBody() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp169 JSTaggedValue getter = accessor->GetGetter(); in LoadPrototype() 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.cpp704 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.cpp615const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetInlineAccessor() argument
776 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(env, reinterpret_cast<void *>(Symbol::Descr… in InitializeSymbol() local
839 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(realm, reinterpret_cast<void *>(Symbol::Des… in InitializeSymbolWithRealm() local
2296 JSHandle<JSTaggedValue> getter = in InitializeTypedArray() local
3203const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp294 compiler::VReg getter = undef; in CompilePropertyKind() local
930 compiler::VReg getter = undef; in CompileRemainingPropertyKind() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp631 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/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2434ir::MethodDefinition *getter, ir::MethodDefinition *setter, const bool inExternal) in SetupGetterSetterFlags()
2472 …ir::MethodDefinition *getter = GenerateDefaultGetterSetter(interfaceProp, classProp, scope, false,… in GenerateGetterSetterPropertyAndMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp866 …GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_O… in LowerCallGetter() local
1795 GateRef getter; in LowerLoadGetter() local
2747 …GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_O… in LowerMonoCallGetterOnProto() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1144 JSTaggedValue getter = accessor->GetGetter(); in CallGetter() local
2380 auto getter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local
2452 JSHandle<JSTaggedValue> getter = op.FastGetValue(); in ToPropertyDescriptor() local
Dshared_object_factory.cpp610 JSHandle<AccessorData> ObjectFactory::NewSInternalAccessor(void *setter, void *getter) in NewSInternalAccessor()
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h544 JSVM_Callback getter; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp1161 auto getter = accessor->GetGetter(); in UpdateAccessorFunction() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp235 const JSHandle<JSTaggedValue> &getter) in SetGetter()

12