Lines Matching defs:accessor
249 auto accessor = factory->NewSInternalAccessor(reinterpret_cast<void *>(JSFunction::PrototypeSetter),
251 SetConstant(ConstantIndex::FUNCTION_PROTOTYPE_ACCESSOR, accessor);
252 accessor = factory->NewSInternalAccessor(nullptr, reinterpret_cast<void *>(JSFunction::NameGetter));
253 SetConstant(ConstantIndex::FUNCTION_NAME_ACCESSOR, accessor);
254 accessor = factory->NewSInternalAccessor(nullptr, reinterpret_cast<void *>(JSFunction::LengthGetter));
255 SetConstant(ConstantIndex::FUNCTION_LENGTH_ACCESSOR, accessor);
256 accessor = factory->NewSInternalAccessor(reinterpret_cast<void *>(JSArray::LengthSetter),
258 SetConstant(ConstantIndex::ARRAY_LENGTH_ACCESSOR, accessor);
259 accessor = factory->NewSInternalAccessor(reinterpret_cast<void *>(JSSharedArray::DummyLengthSetter),
261 SetConstant(ConstantIndex::SHARED_ARRAY_LENGTH_ACCESSOR, accessor);