| /arkcompiler/ets_runtime/test/aottest/stownbyvalue/ |
| D | stownbyvalue.ts | 30 get getter(): any { variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | accessor_data.h | 52 JSNativePointer *getter = JSNativePointer::Cast(GetGetter().GetTaggedObject()); in CallInternalGet() local
|
| D | js_object.cpp | 1006 JSTaggedValue getter = accessor->GetGetter(); in CallGetter() local 2149 auto getter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local 2221 JSHandle<JSTaggedValue> getter = op.FastGetValue(); in ToPropertyDescriptor() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | property_descriptor.h | 36 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor()
|
| /arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/ |
| D | objectref_fuzzer.cpp | 42 Local<FunctionRef> getter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 93 void *getter = nullptr; in HWTEST_F_L0() local 134 void *getter = nullptr; in HWTEST_F_L0() local
|
| D | js_object_test.cpp | 648 JSHandle<JSFunction> getter = in HWTEST_F_L0() local 757 JSHandle<JSFunction> getter = in HWTEST_F_L0() local 790 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 117 auto getter = GenerateGetterOrSetter(checker, prop->AsClassProperty(), false); in UpdateInterfacePropertys() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 616 compiler::VReg getter = undef; in CompileGetterOrSetter() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 187 bool getter{false}; in GetPrivateProperty() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 351 compiler::VReg getter = undef; in CompilePropertyOfGetterOrSetter() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 572 void Context::AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder) in AddAnnotationImpl()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 756 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(env, reinterpret_cast<void *>(Symbol::Descr… in InitializeSymbol() local 837 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(realm, reinterpret_cast<void *>(Symbol::Des… in InitializeSymbolWithRealm() local 2194 JSHandle<JSTaggedValue> getter = in InitializeTypedArray() local 3080 … const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument 3800 … const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetSAccessor() argument
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 383 JSHandle<JSFunction> getter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestGetter)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 302 compiler::VReg getter = undef; in CompileMissingProperties() local 1082 compiler::VReg getter = undef; in CompileRemainingProperties() local
|
| D | pandagen.cpp | 1302 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter,… in DefineGetterSetterByValue()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 1008 auto getter = accessor->GetGetter(); in UpdateAccessorFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 240 const JSHandle<JSTaggedValue> &getter) in SetGetter()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 405 Local<FunctionRef> getter = FunctionRef::New(vm_, nativeFunc); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 763 …GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_O… in LowerCallGetter() local 2764 …GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_O… in LowerMonoCallGetterOnProto() local
|
| D | slowpath_lowering.cpp | 2131 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local 3291 GateRef getter; in LowerLoadGetter() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 1595 Local<FunctionRef> getter, Local<FunctionRef> setter) in CreateAccessorData() 1651 … ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> getter, in SetAccessorProperty()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1580 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter,… in DefineGetterSetterByValue()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 790 … JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2280 const JSHandle<JSTaggedValue> &getter, in RuntimeDefineGetterSetterByValue()
|