Home | History | Annotate | Download | only in runtime

Lines Matching defs:ArrayPrototype

25 #include "ArrayPrototype.h"
41 ASSERT_CLASS_FITS_IN_CELL(ArrayPrototype);
67 #include "ArrayPrototype.lut.h"
88 // ------------------------------ ArrayPrototype ----------------------------
90 const ClassInfo ArrayPrototype::info = {"Array", &JSArray::info, 0, ExecState::arrayTable};
92 /* Source for ArrayPrototype.lut.h
119 ArrayPrototype::ArrayPrototype(NonNullPassRefPtr<Structure> structure)
124 bool ArrayPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
129 bool ArrayPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)