Searched refs:DateConstructor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DDateConstructor.h30 class DateConstructor : public InternalFunction { class in namespace:JSC
32 DateConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure, DatePrototype*);
H A DDateConstructor.cpp23 #include "DateConstructor.h"
54 ASSERT_CLASS_FITS_IN_CELL(DateConstructor);
60 DateConstructor::DateConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, DatePrototype* datePrototype) function in class:JSC::DateConstructor
133 ConstructType DateConstructor::getConstructData(ConstructData& constructData)
153 CallType DateConstructor::getCallData(CallData& callData)
H A DJSGlobalObject.cpp43 #include "DateConstructor.h"
222 JSCell* dateConstructor = new (exec) DateConstructor(exec, this, DateConstructor::createStructure(exec->globalData(), m_functionPrototype.get()), m_functionStructure.get(), m_datePrototype.get());

Completed in 123 milliseconds