OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DatePrototype
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
DatePrototype.h
30
class
DatePrototype
: public DateInstance {
32
DatePrototype
(ExecState*, JSGlobalObject*, Structure*);
DatePrototype.cpp
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)
[
all
...]
Completed in 2481 milliseconds