| /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/runtime_core/irtoc/lang/ |
| D | instruction.rb | 91 def Method(name, setter = :TypeId) argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 257 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/ |
| D | js_object.cpp | 669 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
|
| D | object_factory.cpp | 1934 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 | 118 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
|
| D | runtime_stubs-inl.h | 1975 … const JSHandle<JSTaggedValue> &setter, bool flag) in RuntimeDefineGetterSetterByValue()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1495 …::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 | 777 … JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
|
| D | interpreter-inl.h | 2307 JSTaggedValue setter = GET_VREG_VALUE(v3); in RunInternal() local
|
| D | interpreter_assembly.cpp | 2096 JSTaggedValue setter = GET_VREG_VALUE(v3); in HandleDefinegettersetterbyvalueV8V8V8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1075 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2718 GateRef setter = acc_.GetValueIn(gate, 3); in LowerDefineGetterSetterByValue() local
|
| D | stub_builder.cpp | 608 auto setter = Load(VariableType::JS_ANY(), accessor, in CallSetterHelper() local
|
| D | interpreter_stub.cpp | 364 GateRef setter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER() local
|