Lines Matching refs:getter
605 const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const
608 accessor->SetGetter(thread_, getter);
766 JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(env, reinterpret_cast<void *>(Symbol::DescriptionGetter)));
767 SetGetter(symbolFuncPrototype, getterKey, getter);
829 JSHandle<JSTaggedValue> getter(factory_->NewJSFunction(realm, reinterpret_cast<void *>(Symbol::DescriptionGetter)));
830 SetGetter(symbolFuncPrototype, getterKey, getter);
2272 JSHandle<JSTaggedValue> getter =
2275 SetGetter(typedArrFuncPrototype, key, getter);
3167 const JSHandle<JSTaggedValue> &getter, const JSHandle<JSTaggedValue> &setter) const
3170 accessor->SetGetter(thread_, getter);
3177 const JSHandle<JSTaggedValue> &getter) const
3180 accessor->SetGetter(thread_, getter);