HomeSort by relevance Sort by last modified time
    Searched defs:DatePrototype (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
DatePrototype.h 30 class DatePrototype : public DateInstance {
32 DatePrototype(ExecState*, NonNullPassRefPtr<Structure>);
DatePrototype.cpp 24 #include "DatePrototype.h"
71 ASSERT_CLASS_FITS_IN_CELL(DatePrototype);
122 #include "DatePrototype.lut.h"
343 const ClassInfo DatePrototype::info = {"Date", &DateInstance::info, 0, ExecState::dateTable};
345 /* Source for DatePrototype.lut.h
398 DatePrototype::DatePrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure)
404 bool DatePrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
410 bool DatePrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
    [all...]

Completed in 32 milliseconds