Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DasyncMethodWithSuper_es6.ts476 set setter(x: any) {} method in Base
481 static set setter(x: any) {} method in Base
/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/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp276 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/compiler/
Dtype_mcr_lowering.cpp610 …GateRef setter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::SETTER_O… in LowerCallSetter() local
1294 GateRef setter = builder_.Load(VariableType::JS_ANY(), in LowerLoadSetter() local
Dslowpath_lowering.cpp2170 GateRef setter = acc_.GetValueIn(gate, 3); in LowerDefineGetterSetterByValue() local
Dinterpreter_stub.cpp398 GateRef setter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER() local
Dstub_builder.cpp642 auto setter = Load(VariableType::JS_ANY(), accessor, in CallSetterHelper() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp796 JSTaggedValue setter = accessor.GetSetter(); in CallSetter() local
1889 auto setter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local
1967 JSHandle<JSTaggedValue> setter = op.FastGetValue(); in ToPropertyDescriptor() local
Dobject_factory.cpp1998 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.cpp130 auto setter = AccessorData::Cast((reinterpret_cast<TaggedObject *>(argSetter))); in DEF_RUNTIME_STUBS() local
1711 …JSHandle<JSTaggedValue> setter = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h2030const JSHandle<JSTaggedValue> &setter, bool flag) in RuntimeDefineGetterSetterByValue()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1506 …::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter, VReg setter, in DefineGetterSetterByValue()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp790 … JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
Dinterpreter-inl.h2453 JSTaggedValue setter = GET_VREG_VALUE(v3); in RunInternal() local
Dinterpreter_assembly.cpp2174 JSTaggedValue setter = GET_VREG_VALUE(v3); in HandleDefinegettersetterbyvalueV8V8V8V8() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1397 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty()