Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/aottest/stownbyvalue/
Dstownbyvalue.ts30 get getter(): any { variable
/arkcompiler/ets_runtime/ecmascript/
Daccessor_data.h52 JSNativePointer *getter = JSNativePointer::Cast(GetGetter().GetTaggedObject()); in CallInternalGet() local
Djs_object.cpp1006 JSTaggedValue getter = accessor->GetGetter(); in CallGetter() local
2149 auto getter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local
2221 JSHandle<JSTaggedValue> getter = op.FastGetValue(); in ToPropertyDescriptor() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dproperty_descriptor.h36 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor()
/arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/
Dobjectref_fuzzer.cpp42 Local<FunctionRef> getter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp93 void *getter = nullptr; in HWTEST_F_L0() local
134 void *getter = nullptr; in HWTEST_F_L0() local
Djs_object_test.cpp648 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
757 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
790 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp117 auto getter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), false); in UpdateInterfacePropertys() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp616 compiler::VReg getter = undef; in CompileGetterOrSetter() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp187 bool getter{false}; in GetPrivateProperty() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp351 compiler::VReg getter = undef; in CompilePropertyOfGetterOrSetter() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp572 void Context::AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder) in AddAnnotationImpl()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp756 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(env, reinterpret_cast<void *>(Symbol::Descr… in InitializeSymbol() local
837 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(realm, reinterpret_cast<void *>(Symbol::Des… in InitializeSymbolWithRealm() local
2194 JSHandle<JSTaggedValue> getter = in InitializeTypedArray() local
3080const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument
3800const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetSAccessor() argument
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp383 JSHandle<JSFunction> getter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestGetter)); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp302 compiler::VReg getter = undef; in CompileMissingProperties() local
1082 compiler::VReg getter = undef; in CompileRemainingProperties() local
Dpandagen.cpp1302 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter,… in DefineGetterSetterByValue()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp1008 auto getter = accessor->GetGetter(); in UpdateAccessorFunction() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp240 const JSHandle<JSTaggedValue> &getter) in SetGetter()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp405 Local<FunctionRef> getter = FunctionRef::New(vm_, nativeFunc); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp763 …GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_O… in LowerCallGetter() local
2764 …GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_O… in LowerMonoCallGetterOnProto() local
Dslowpath_lowering.cpp2131 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
3291 GateRef getter; in LowerLoadGetter() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1595 Local<FunctionRef> getter, Local<FunctionRef> setter) in CreateAccessorData()
1651 … ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> getter, in SetAccessorProperty()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1580 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter,… in DefineGetterSetterByValue()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp790JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2280 const JSHandle<JSTaggedValue> &getter, in RuntimeDefineGetterSetterByValue()

12