OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DateConstructor
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
DateConstructor.h
30
class
DateConstructor
: public InternalFunction {
32
DateConstructor
(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure, DatePrototype*);
DateConstructor.cpp
23
#include "
DateConstructor
.h"
54
ASSERT_CLASS_FITS_IN_CELL(
DateConstructor
);
60
DateConstructor
::
DateConstructor
(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, DatePrototype* datePrototype)
133
ConstructType
DateConstructor
::getConstructData(ConstructData& constructData)
153
CallType
DateConstructor
::getCallData(CallData& callData)
Completed in 5340 milliseconds