Home | History | Annotate | Download | only in runtime

Lines Matching refs:DatePrototype

25 #include "DatePrototype.h"
74 ASSERT_CLASS_FITS_IN_CELL(DatePrototype);
124 #include "DatePrototype.lut.h"
377 const ClassInfo DatePrototype::s_info = {"Date", &DateInstance::s_info, 0, ExecState::dateTable};
379 /* Source for DatePrototype.lut.h
432 DatePrototype::DatePrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
441 bool DatePrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
447 bool DatePrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)