| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/define/ |
| D | definegettersetterbyvalue_dynamic.js | 17 get getter() { getter 25 function getter() { function
|
| /arkcompiler/ets_runtime/test/aottest/stownbyvalue/ |
| D | stownbyvalue.ts | 30 get getter(): any { variable
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/call_runtime/ |
| D | topropertykey_dynamic.js | 21 function getter() { function
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_is_accessor.cpp | 58 static es2panda_AstNode *getter = nullptr; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_field_wrapper.h | 63 void SetGetterMethod(EtsMethodSet *getter) in SetGetterMethod()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/annotations/ |
| D | annotations_for_interface.cpp | 69 const std::string getter = "A.<get>x:i32;"; in CheckFunctionAnnotations() local
|
| /arkcompiler/ets_runtime/test/fuzztest/objectref_fuzzer/ |
| D | objectref_fuzzer.cpp | 42 Local<FunctionRef> getter = FunctionRef::New(vm, nativeFunc); in SetAccessorPropertyFuzzTest() local
|
| /arkcompiler/toolchain/tooling/static/types/ |
| D | property_descriptor.h | 31 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | property_descriptor.h | 31 static PropertyDescriptor Accessor(std::string name, RemoteObject getter) in Accessor()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 71 void *getter = nullptr; in HWTEST_F_L0() local 114 void *getter = nullptr; in HWTEST_F_L0() local
|
| D | js_object_test.cpp | 619 JSHandle<JSFunction> getter = in HWTEST_F_L0() local 728 JSHandle<JSFunction> getter = in GetterOrSetterIsUndefined() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_handler.cpp | 176 JSTaggedValue getter = accessor->GetGetter(thread); in LoadPrototype() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlRelativeTimeFormat.cpp | 42 ani_method getter = nullptr; in CallOptionGetter() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 224 auto getter = GenerateGetterOrSetter(ctx, varbinder, prop->AsClassProperty(), false); in UpdateInterfaceProperties() local
|
| D | interfaceObjectLiteralLowering.cpp | 174 … auto *getter = CreateAnonClassFieldGetterSetter(ctx, copyIfaceMethod, false, anonClassFieldName); in FillClassBody() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.cpp | 96 … GateRef getter = Load(VariableType::JS_ANY(), glue_, rValue, IntPtr(AccessorData::GETTER_OFFSET)); in CheckGetTrapResult() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 337 compiler::VReg getter = undef; in CompilePropertyOfGetterOrSetter() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 187 bool getter{false}; in GetPrivateProperty() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 709 compiler::VReg getter = undef; in CompileGetterOrSetter() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | shared_builtins.cpp | 882 … const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetSAccessor() argument 1176 JSHandle<JSTaggedValue> getter = CreateSGetterSetter(env, entry.GetEntrypoint(), in BUILTIN_SHARED_TYPED_ARRAY_TYPES() local
|
| D | builtins.cpp | 634 … const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetInlineAccessor() argument 794 JSHandle<JSTaggedValue> getter( in InitializeSymbol() local 864 JSHandle<JSTaggedValue> getter( in InitializeSymbolWithRealm() local 2293 JSHandle<JSTaggedValue> getter = in InitializeTypedArray() local 3200 … const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 295 compiler::VReg getter = undef; in CompilePropertyKind() local 932 compiler::VReg getter = undef; in CompileRemainingPropertyKind() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 638 void Context::AddAnnotationImpl(AddAnnotationImplData<T> ad, Getter getter, Adder adder) in AddAnnotationImpl()
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 395 JSHandle<JSFunction> getter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestGetter)); in HWTEST_F_L0() local
|
| /arkcompiler/jsvm/interface/kits/ |
| D | jsvm_types.h | 548 JSVM_Callback getter; member
|