| /arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/ |
| H A D | objectref_fuzzer.cpp | 43 Local<FunctionRef> setter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | accessor_data.h | 63 auto setter = GetSetter(); in HasSetter() local
|
| H A D | shared_object_factory.cpp | 566 JSHandle<AccessorData> ObjectFactory::NewSInternalAccessor(void *setter, void *getter) in NewSInternalAccessor() argument
|
| H A D | js_object.cpp | 1046 JSTaggedValue setter = accessor.GetSetter(); in CallSetter() local 2307 auto setter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local 2385 JSHandle<JSTaggedValue> setter in ToPropertyDescriptor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | accessor_data_test.cpp | 70 void *setter = nullptr; in HWTEST_F_L0() local 113 void *setter = nullptr; in HWTEST_F_L0() local
|
| H A D | js_object_test.cpp | 657 JSHandle<JSFunction> setter = in HWTEST_F_L0() local 730 JSHandle<JSFunction> setter = in GetterOrSetterIsUndefined() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | stackful_coroutine.cpp | 59 PandaString setter = (Thread::GetCurrent() == nullptr) ? "null" : Coroutine::GetCurrent()->GetName(); in SetStatus() local 60 LOG(DEBUG, COROUTINES) << GetCoroutine()->GetName() << ": " << status_ << " -> " << newStatus << " by " << setter; in SetStatus() local
|
| H A D | threaded_coroutine.cpp | 42 PandaString setter = (Thread::GetCurrent() == nullptr) ? "null" : Coroutine::GetCurrent()->GetName(); in SetStatus() local 43 LOG(DEBUG, COROUTINES) << GetCoroutine()->GetName() << ": " << status_ << " -> " << newStatus << " by " << setter; in SetStatus() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | interfacePropertyDeclarations.cpp | 167 auto setter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), true); in UpdateInterfacePropertys() local 178 auto setter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), true); in UpdateInterfacePropertys() local
|
| H A D | interfaceObjectLiteralLowering.cpp | 175 auto *setter = CreateAnonClassFieldGetterSetter(checker, ifaceMethod, true); in FillClassBody() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| H A D | ic_runtime_stub_test.cpp | 337 JSHandle<JSFunction> setter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestSetter)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_third_tests.cpp | 431 Local<FunctionRef> setter = FunctionRef::New(vm_, nativeFunc); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 712 compiler::VReg setter = undef; in CompileGetterOrSetter() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | objectExpression.cpp | 344 compiler::VReg setter = undef; in CompilePropertyOfGetterOrSetter() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_handler.h | 443 JSTaggedValue setter = accessor->GetSetter(); in StorePrototype() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.cpp | 1121 auto setter = accessor->GetSetter(); in UpdateAccessorFunction() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | JSCompiler.cpp | 280 compiler::VReg setter = undef; in CompilePropertyKind() local 916 compiler::VReg setter = undef; in CompileRemainingPropertyKind() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 1875 GateRef setter = GetVregValue(sp, ZExtInt32ToPtr(setterVregId)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 708 GateRef setter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc)));
in DECLARE_ASM_HANDLER() local
|
| H A D | slowpath_lowering.cpp | 2453 GateRef setter = acc_.GetValueIn(gate, 3); in LowerDefineGetterSetterByValue() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 772 DefineGetterSetterByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, JSTaggedValue getter, JSTaggedValue setter, bool flag) DefineGetterSetterByValue() argument
|
| H A D | interpreter-inl.cpp | 2531 JSTaggedValue setter = GET_VREG_VALUE(v3); in RunInternal() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1583 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter, VReg setter, in DefineGetterSetterByValue() argument
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 310 auto setter = AccessorData::Cast((reinterpret_cast<TaggedObject *>(argSetter))); in DEF_RUNTIME_STUBS() local 2567 JSHandle<JSTaggedValue> setter = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 2526 ir::MethodDefinition *setter = in GenerateGetterSetterPropertyAndMethod() local 2482 SetupGetterSetterFlags(ir::ClassProperty *originalProp, ETSObjectType *classType, ir::MethodDefinition *getter, ir::MethodDefinition *setter, const bool inExternal) SetupGetterSetterFlags() argument
|