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

  /external/webkit/JavaScriptCore/runtime/
DateConstructor.h 30 class DateConstructor : public InternalFunction {
32 DateConstructor(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure, DatePrototype*);
DateConstructor.cpp 23 #include "DateConstructor.h"
55 ASSERT_CLASS_FITS_IN_CELL(DateConstructor);
61 DateConstructor::DateConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure, DatePrototype* datePrototype)
124 ConstructType DateConstructor::getConstructData(ConstructData& constructData)
144 CallType DateConstructor::getCallData(CallData& callData)

Completed in 16 milliseconds