Searched refs:datePrototype (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | DateConstructor.cpp | 60 …ct* globalObject, Structure* structure, Structure* functionStructure, DatePrototype* datePrototype) in DateConstructor() argument 61 …: InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, datePrototype->c… in DateConstructor() 63 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, datePrototype, Don… in DateConstructor()
|
D | JSGlobalObject.h | 192 DatePrototype* datePrototype() const { return m_datePrototype.get(); } in datePrototype() function
|
D | JSObject.cpp | 281 …String) || (hint != PreferNumber && prototype() == exec->lexicalGlobalObject()->datePrototype())) { in defaultValue()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 2285 (JSC::JSGlobalObject::datePrototype): 2700 (JSC::JSGlobalObject::datePrototype): 3018 (JSC::JSGlobalObject::datePrototype): 3625 (JSC::JSGlobalObject::datePrototype): 3990 (JSC::JSGlobalObject::datePrototype):
|