Home
last modified time | relevance | path

Searched defs:setter (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp92 void *setter = nullptr; in HWTEST_F_L0() local
133 void *setter = nullptr; in HWTEST_F_L0() local
Djs_object_test.cpp685 JSHandle<JSFunction> setter = in HWTEST_F_L0() local
758 JSHandle<JSFunction> setter = in HWTEST_F_L0() local
791 JSHandle<JSFunction> setter = in HWTEST_F_L0() local
/arkcompiler/runtime_core/irtoc/lang/
Dinstruction.rb91 def Method(name, setter = :TypeId) argument
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp257 compiler::VReg setter = undef; in CompileMissingProperties() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp373 compiler::VReg setter = undef; in CompileRemainingProperties() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp669 JSTaggedValue setter = accessor.GetSetter(); in CallSetter() local
1656 auto setter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local
1740 JSHandle<JSTaggedValue> setter = op.FastGetValue(); in ToPropertyDescriptor() local
Dobject_factory.cpp1934 JSHandle<AccessorData> ObjectFactory::NewInternalAccessor(void *setter, void *getter) in NewInternalAccessor()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp325 JSHandle<JSFunction> setter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestSetter)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp118 auto setter = AccessorData::Cast((reinterpret_cast<TaggedObject *>(argSetter))); in DEF_RUNTIME_STUBS() local
1640 …JSHandle<JSTaggedValue> setter = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h1975const JSHandle<JSTaggedValue> &setter, bool flag) in RuntimeDefineGetterSetterByValue()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1495 …::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter, VReg setter, in DefineGetterSetterByValue()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp777 … JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
Dinterpreter-inl.h2307 JSTaggedValue setter = GET_VREG_VALUE(v3); in RunInternal() local
Dinterpreter_assembly.cpp2096 JSTaggedValue setter = GET_VREG_VALUE(v3); in HandleDefinegettersetterbyvalueV8V8V8V8() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1075 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2718 GateRef setter = acc_.GetValueIn(gate, 3); in LowerDefineGetterSetterByValue() local
Dstub_builder.cpp608 auto setter = Load(VariableType::JS_ANY(), accessor, in CallSetterHelper() local
Dinterpreter_stub.cpp364 GateRef setter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER() local