| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 131 auto setter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), true); in UpdateInterfacePropertys() local 142 auto setter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), true); in UpdateInterfacePropertys() local
|
| /arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/ |
| D | objectref_fuzzer.cpp | 43 Local<FunctionRef> setter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
|
| /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 | 686 JSHandle<JSFunction> setter = in HWTEST_F_L0() local 759 JSHandle<JSFunction> setter = in HWTEST_F_L0() local 792 JSHandle<JSFunction> setter = in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine.cpp | 59 …PandaString setter = (Thread::GetCurrent() == nullptr) ? "null" : Coroutine::GetCurrent()->GetName… in SetStatus() local
|
| D | threaded_coroutine.cpp | 42 …PandaString setter = (Thread::GetCurrent() == nullptr) ? "null" : Coroutine::GetCurrent()->GetName… in SetStatus() local
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instruction.rb | 126 def Method(name, setter = :TypeId) argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 617 compiler::VReg setter = undef; in CompileGetterOrSetter() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 186 bool setter{false}; in GetPrivateProperty() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 352 compiler::VReg setter = undef; in CompilePropertyOfGetterOrSetter() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 853 …GateRef setter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::SETTER_O… in LowerCallSetter() local 2855 GateRef setter = in LowerMonoStorePropertyLookUpProto() local 2927 GateRef setter = in LowerMonoStoreProperty() local 2967 GateRef setter = in LowerMonoStoreProperty() local
|
| D | slowpath_lowering.cpp | 2132 GateRef setter = acc_.GetValueIn(gate, 3); in LowerDefineGetterSetterByValue() local 3313 GateRef setter; in LowerLoadSetter() local
|
| /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/ |
| D | js_object.cpp | 981 JSTaggedValue setter = accessor.GetSetter(); in CallSetter() local 2155 auto setter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local 2233 JSHandle<JSTaggedValue> setter = op.FastGetValue(); in ToPropertyDescriptor() local
|
| D | object_factory.cpp | 2203 JSHandle<AccessorData> ObjectFactory::NewInternalAccessor(void *setter, void *getter) in NewInternalAccessor()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 303 compiler::VReg setter = undef; in CompileMissingProperties() local 1083 compiler::VReg setter = undef; in CompileRemainingProperties() local
|
| D | pandagen.cpp | 1302 …::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter, VReg setter, in DefineGetterSetterByValue()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 1017 auto setter = accessor->GetSetter(); in UpdateAccessorFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 406 Local<FunctionRef> setter = FunctionRef::New(vm_, nativeFunc); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 1595 Local<FunctionRef> getter, Local<FunctionRef> setter) in CreateAccessorData() 1652 Local<FunctionRef> setter, PropertyAttribute attribute) in SetAccessorProperty()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1580 …::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter, VReg setter, in DefineGetterSetterByValue()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 180 auto setter = AccessorData::Cast((reinterpret_cast<TaggedObject *>(argSetter))); in DEF_RUNTIME_STUBS() local 2269 …JSHandle<JSTaggedValue> setter = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third par… in DEF_RUNTIME_STUBS() local
|
| D | runtime_stubs-inl.h | 2281 … const JSHandle<JSTaggedValue> &setter, bool flag, in RuntimeDefineGetterSetterByValue()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 790 … JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
|
| D | interpreter-inl.h | 2501 JSTaggedValue setter = GET_VREG_VALUE(v3); in RunInternal() local
|