KJS::DatePrototype
KJS::DatePrototype Class Reference
#include <date_object.h>
Inherits KJS::DateInstance.
Public Member Functions | |
DatePrototype (ExecState *, ObjectPrototype *) | |
virtual const ClassInfo * | classInfo () const |
virtual bool | getOwnPropertySlot (ExecState *, const Identifier &, PropertySlot &) |
Static Public Attributes | |
static const ClassInfo | info = {"Date", &DateInstance::info, &dateTable, nullptr} |
Detailed Description
The initial value of Date.prototype (and thus all objects created with the Date constructor
Definition at line 60 of file date_object.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 27 2021 22:59:17 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 27 2021 22:59:17 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.