| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | asyncMethodWithSuper_es6.ts | 476 set setter(x: any) {} method in Base 481 static set setter(x: any) {} method in Base
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 92 void *setter = nullptr; in HWTEST_F_L0() local 133 void *setter = nullptr; in HWTEST_F_L0() local
|
| D | js_object_test.cpp | 685 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/ |
| D | classDefinition.cpp | 276 compiler::VReg setter = undef; in CompileMissingProperties() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 373 compiler::VReg setter = undef; in CompileRemainingProperties() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_mcr_lowering.cpp | 610 …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
|
| D | slowpath_lowering.cpp | 2170 GateRef setter = acc_.GetValueIn(gate, 3); in LowerDefineGetterSetterByValue() local
|
| D | interpreter_stub.cpp | 398 GateRef setter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER() local
|
| D | stub_builder.cpp | 642 auto setter = Load(VariableType::JS_ANY(), accessor, in CallSetterHelper() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 796 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
|
| D | object_factory.cpp | 1998 JSHandle<AccessorData> ObjectFactory::NewInternalAccessor(void *setter, void *getter) in NewInternalAccessor()
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 325 JSHandle<JSFunction> setter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestSetter)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 130 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
|
| D | runtime_stubs-inl.h | 2030 … const JSHandle<JSTaggedValue> &setter, bool flag) in RuntimeDefineGetterSetterByValue()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1506 …::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter, VReg setter, in DefineGetterSetterByValue()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 790 … JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
|
| D | interpreter-inl.h | 2453 JSTaggedValue setter = GET_VREG_VALUE(v3); in RunInternal() local
|
| D | interpreter_assembly.cpp | 2174 JSTaggedValue setter = GET_VREG_VALUE(v3); in HandleDefinegettersetterbyvalueV8V8V8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1397 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty()
|