Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Daccessor_data.h52 JSNativePointer *getter = JSNativePointer::Cast(GetGetter().GetTaggedObject()); in CallInternalGet() local
Djs_object.cpp694 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
Dobject_factory.cpp1934 JSHandle<AccessorData> ObjectFactory::NewInternalAccessor(void *setter, void *getter) in NewInternalAccessor()
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp93 void *getter = nullptr; in HWTEST_F_L0() local
134 void *getter = nullptr; in HWTEST_F_L0() local
Djs_object_test.cpp647 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/
DclassDefinition.cpp256 compiler::VReg getter = undef; in CompileMissingProperties() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp372 compiler::VReg getter = undef; in CompileRemainingProperties() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp383 JSHandle<JSFunction> getter = factory->NewJSFunction(env, reinterpret_cast<void *>(TestGetter)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp588 …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
3050const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const in SetAccessor() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp239 const JSHandle<JSTaggedValue> &getter) in SetGetter()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1495 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter,… in DefineGetterSetterByValue()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp777JSTaggedValue getter, JSTaggedValue setter, bool flag) in DefineGetterSetterByValue()
Dinterpreter-inl.h2306 JSTaggedValue getter = GET_VREG_VALUE(v2); in RunInternal() local
Dinterpreter_assembly.cpp2095 JSTaggedValue getter = GET_VREG_VALUE(v2); in HandleDefinegettersetterbyvalueV8V8V8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1974 const JSHandle<JSTaggedValue> &getter, in RuntimeDefineGetterSetterByValue()
Druntime_stubs.cpp1639 …JSHandle<JSTaggedValue> getter = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1074 … ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> getter, in SetAccessorProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2717 GateRef getter = acc_.GetValueIn(gate, 2); in LowerDefineGetterSetterByValue() local
Dstub_builder.cpp560 auto getter = Load(VariableType::JS_ANY(), accessor, in CallGetterHelper() local
Dinterpreter_stub.cpp363 GateRef getter = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc))); in DECLARE_ASM_HANDLER() local