| /arkcompiler/ets_runtime/ecmascript/ |
| D | accessor_data.h | 52 JSNativePointer *getter = JSNativePointer::Cast(GetGetter().GetTaggedObject()); in CallInternalGet() local
|
| D | js_object.cpp | 694 JSTaggedValue getter = accessor->GetGetter(); in CallGetter() local 1650 auto getter = JSHandle<JSTaggedValue>(thread, value); in ToPropertyDescriptorFast() local 1727 JSHandle<JSTaggedValue> getter = op.FastGetValue(); in ToPropertyDescriptor() local
|
| D | object_factory.cpp | 1934 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 | 256 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/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 | 588 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(env, reinterpret_cast<void *>(Symbol::Descr… in InitializeSymbol() local 678 …JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(realm, reinterpret_cast<void *>(Symbol::Des… in InitializeSymbolWithRealm() local 3050 … const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 239 const JSHandle<JSTaggedValue> &getter) in SetGetter()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1495 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 | 777 … JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
|
| D | interpreter-inl.h | 2306 JSTaggedValue getter = GET_VREG_VALUE(v2); in RunInternal() local
|
| D | interpreter_assembly.cpp | 2095 JSTaggedValue getter = GET_VREG_VALUE(v2); in HandleDefinegettersetterbyvalueV8V8V8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1974 const JSHandle<JSTaggedValue> &getter, in RuntimeDefineGetterSetterByValue()
|
| D | runtime_stubs.cpp | 1639 …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 | 1074 … ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> getter, in SetAccessorProperty()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2717 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
|
| D | stub_builder.cpp | 560 auto getter = Load(VariableType::JS_ANY(), accessor, in CallGetterHelper() local
|
| D | interpreter_stub.cpp | 363 GateRef getter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER() local
|