/arkcompiler/ets_runtime/test/sharedtest/definesendableclass/ |
D | expect_output.txt | 15 age setter 17 sAge setter 21 age setter 23 sAge setter 28 age setter 30 sAge setter 35 age setter 37 sAge setter
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
D | interfacePropertyDeclarations.cpp | 131 auto setter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), true); in UpdateInterfacePropertys() local 132 newPropertyList.emplace_back(setter); in UpdateInterfacePropertys() 133 prevDecl->Node()->AsMethodDefinition()->AddOverload(setter); in UpdateInterfacePropertys() 142 auto setter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), true); in UpdateInterfacePropertys() local 143 newPropertyList.emplace_back(setter); in UpdateInterfacePropertys() 144 getter->AddOverload(setter); in UpdateInterfacePropertys()
|
/arkcompiler/ets_frontend/ts2panda/src/expression/ |
D | objectLiteralExpression.ts | 161 let setter = <ts.SetAccessorDeclaration>prop.getSetter(); 162 createMethodOrAccessor(pandaGen, compiler, objReg, setter); 163 pandaGen.storeAccumulator(setter, setterReg); 164 accessor = setter; 220 let setter = <ts.SetAccessorDeclaration>prop.getValue(); 221 createMethodOrAccessor(pandaGen, compiler, objReg, setter); 222 pandaGen.storeAccumulator(setter, accessorReg); 223 …pandaGen.defineGetterSetterByValue(setter, objReg, keyReg, getVregisterCache(pandaGen, CacheList.U…
|
/arkcompiler/ets_runtime/test/aottest/vtable/base/ |
D | expect_output.txt | 19 setter 25 setter
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
D | TypeMethodTest.ets | 133 test(!cMethod.isSetter(), " not setter") + 141 test(!getterMethod.isSetter(), " not setter") + 143 … test(setterMethod.getAttributes() == Attributes.SETTER, " setter attrib") + 149 test(setterMethod.isSetter(), " setter") + 157 … test(!createFileExtMethod.isSetter(), " not setter") + 165 … test(!abstractWriteMethod.isSetter(), " not setter") + 173 test(!closeMethod.isSetter(), " not setter")
|
/arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/ |
D | objectref_fuzzer.cpp | 43 Local<FunctionRef> setter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local 45 object->SetAccessorProperty(vm, key, getter, setter); in SetAccessorPropertyFuzzTest()
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/hermes/ |
D | hermes-ignored-JIT-ASAN-repeats.txt | 5 setter-stack-overflow.js
|
/arkcompiler/ets_runtime/ecmascript/ |
D | accessor_data.h | 61 JSNativePointer *setter = JSNativePointer::Cast(GetSetter().GetTaggedObject()); 62 auto setFunc = reinterpret_cast<InternalSetFunc>(setter->GetExternalPointer());
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-class-definiton6-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton6.ts:…
|
D | test-class-definiton16-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton16.ts…
|
D | test-class-definiton15-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton15.ts…
|
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
D | test-class-definiton6-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton6.ts:…
|
D | test-class-definiton15-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton15.ts…
|
D | test-class-definiton16-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton16.ts…
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | accessor_data_test.cpp | 92 void *setter = nullptr; in HWTEST_F_L0() local 94 JSHandle<AccessorData> internalAccHancle = factory->NewInternalAccessor(setter, getter); in HWTEST_F_L0() 133 void *setter = nullptr; in HWTEST_F_L0() local 135 JSHandle<AccessorData> internalAccHandle = factory->NewInternalAccessor(setter, getter); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
D | interfaces.rst | 64 An interface property can be in a form of a field, a getter, a setter, or both. 66 A property field is just a shortcut notation of a getter/setter pair, and 92 The short notation implicitly defines a private field, and a getter and setter:
|
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
D | stackful_coroutine.cpp | 59 …PandaString setter = (Thread::GetCurrent() == nullptr) ? "null" : Coroutine::GetCurrent()->GetName… in SetStatus() local 60 …UTINES) << GetCoroutine()->GetName() << ": " << status_ << " -> " << newStatus << " by " << setter; in SetStatus()
|
D | threaded_coroutine.cpp | 42 …PandaString setter = (Thread::GetCurrent() == nullptr) ? "null" : Coroutine::GetCurrent()->GetName… in SetStatus() local 43 …UTINES) << GetCoroutine()->GetName() << ": " << status_ << " -> " << newStatus << " by " << setter; in SetStatus()
|
/arkcompiler/ets_runtime/test/aottest/analyze_property/not_meet_subtyping/ |
D | expect_output.txt | 14 setter
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | scope.cpp | 186 bool setter{false}; in GetPrivateProperty() local 196 setter = isSetter; in GetPrivateProperty() 197 getter = !setter; in GetPrivateProperty() 201 setter = !getter; in GetPrivateProperty() 212 return {slot, IsMethod(slot), IsStaticMethod(slot), getter, setter, validateMethodSlot}; in GetPrivateProperty()
|
/arkcompiler/ets_runtime/test/moduletest/calltype/ |
D | expect_output.txt | 25 setter 555
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/07.accessor_declarations/ |
D | setter_static_modifier.ets | 17 desc: Field setter with static modifier
|
D | setter_with_value_type.ets | 17 desc: Field setter declaration with value type.
|
D | setter_final_modifier.ets | 17 desc: Field setter with final modifier cant override..
|
D | setter_private_modifier_out_class.ets | 17 desc: Field setter with private modifier. call out class
|