HomeSort by relevance Sort by last modified time
    Searched refs:datePrototype (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
DateConstructor.cpp 27 #include "DatePrototype.h"
60 DateConstructor::DateConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, DatePrototype* datePrototype)
61 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, datePrototype->classInfo()->className))
63 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, datePrototype, DontEnum | DontDelete | ReadOnly);
JSGlobalObject.h 40 class DatePrototype;
87 WriteBarrier<DatePrototype> m_datePrototype;
192 DatePrototype* datePrototype() const { return m_datePrototype.get(); }
JSObject.cpp 27 #include "DatePrototype.h"
281 if ((hint == PreferString) || (hint != PreferNumber && prototype() == exec->lexicalGlobalObject()->datePrototype())) {

Completed in 90 milliseconds