/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | asyncMethodWithSuper_es6.ts | 477 get getter(): any { method in Base 482 static get getter(): any { method in Base
|
D | objectSpread.ts | 224 let getter: { a: number, c: number } = variable
|
/arkcompiler/ets_runtime/ecmascript/ |
D | accessor_data.h | 52 JSNativePointer *getter = JSNativePointer::Cast(GetGetter().GetTaggedObject()); in CallInternalGet() local
|
D | js_object.cpp | 830 JSTaggedValue getter = accessor->GetGetter(); in CallGetter() local 1888 auto getter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local 1960 JSHandle<JSTaggedValue> getter = op.FastGetValue(); in ToPropertyDescriptor() local
|
D | object_factory.cpp | 1998 JSHandle<AccessorData> ObjectFactory::NewInternalAccessor(void *setter, void *getter) in NewInternalAccessor()
|
/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 | 647 JSHandle<JSFunction> getter = in HWTEST_F_L0() local 756 JSHandle<JSFunction> getter = in HWTEST_F_L0() local 789 JSHandle<JSFunction> getter = in HWTEST_F_L0() local
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | classDefinition.cpp | 275 compiler::VReg getter = undef; in CompileMissingProperties() local
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | objectExpression.cpp | 372 compiler::VReg getter = undef; in CompileRemainingProperties() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type_mcr_lowering.cpp | 564 …GateRef getter = builder_.LoadConstOffset(VariableType::JS_ANY(), accessor, AccessorData::GETTER_O… in LowerCallGetter() local 1280 GateRef getter = builder_.Load(VariableType::JS_ANY(), accessor, in LowerLoadGetter() local
|
D | slowpath_lowering.cpp | 2169 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
|
D | interpreter_stub.cpp | 397 GateRef getter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER() local
|
D | stub_builder.cpp | 593 auto getter = Load(VariableType::JS_ANY(), accessor, in CallGetterHelper() local
|
/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_runtime/ecmascript/builtins/ |
D | builtins.cpp | 662 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(env, reinterpret_cast<void *>(Symbol::Descr… in InitializeSymbol() local 752 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(realm, reinterpret_cast<void *>(Symbol::Des… in InitializeSymbolWithRealm() local 3298 … const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_private.cpp | 240 const JSHandle<JSTaggedValue> &getter) in SetGetter()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 1506 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()
|
D | interpreter-inl.h | 2452 JSTaggedValue getter = GET_VREG_VALUE(v2); in RunInternal() local
|
D | interpreter_assembly.cpp | 2173 JSTaggedValue getter = GET_VREG_VALUE(v2); in HandleDefinegettersetterbyvalueV8V8V8V8() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 2039 const JSHandle<JSTaggedValue> &getter, in RuntimeDefineGetterSetterByValue()
|
D | runtime_stubs.cpp | 1709 …JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1396 … ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> getter, in SetAccessorProperty()
|