Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DasyncMethodWithSuper_es6.ts477 get getter(): any { method in Base
482 static get getter(): any { method in Base
DobjectSpread.ts224 let getter: { a: number, c: number } = variable
/arkcompiler/ets_runtime/ecmascript/
Daccessor_data.h52 JSNativePointer *getter = JSNativePointer::Cast(GetGetter().GetTaggedObject()); in CallInternalGet() local
Djs_object.cpp830 JSTaggedValue getter = accessor->GetGetter(); in CallGetter() local
1888 auto getter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local
1960 JSHandle<JSTaggedValue> getter = op.FastGetValue(); in ToPropertyDescriptor() local
Dobject_factory.cpp1998 JSHandle<AccessorData> ObjectFactory::NewInternalAccessor(void *setter, void *getter) in NewInternalAccessor()
/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.cpp647 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
756 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
789 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp275 compiler::VReg getter = undef; in CompileMissingProperties() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp372 compiler::VReg getter = undef; in CompileRemainingProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp564 …GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_O… in LowerCallGetter() local
1280 GateRef getter = builder_.Load(VariableType::JS_ANY(), accessor, in LowerLoadGetter() local
Dslowpath_lowering.cpp2169 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
Dinterpreter_stub.cpp397 GateRef getter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER() local
Dstub_builder.cpp593 auto getter = Load(VariableType::JS_ANY(), accessor, in CallGetterHelper() local
/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_runtime/ecmascript/builtins/
Dbuiltins.cpp662 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(env, reinterpret_cast<void *>(Symbol::Descr… in InitializeSymbol() local
752 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(realm, reinterpret_cast<void *>(Symbol::Des… in InitializeSymbolWithRealm() local
3298const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp240 const JSHandle<JSTaggedValue> &getter) in SetGetter()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1506 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()
Dinterpreter-inl.h2452 JSTaggedValue getter = GET_VREG_VALUE(v2); in RunInternal() local
Dinterpreter_assembly.cpp2173 JSTaggedValue getter = GET_VREG_VALUE(v2); in HandleDefinegettersetterbyvalueV8V8V8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2039 const JSHandle<JSTaggedValue> &getter, in RuntimeDefineGetterSetterByValue()
Druntime_stubs.cpp1709 …JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1396 … ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> getter, in SetAccessorProperty()