Home
last modified time | relevance | path

Searched defs:datePrototype (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DDateConstructor.cpp61 …ssRefPtr<Structure> structure, Structure* prototypeFunctionStructure, DatePrototype* datePrototype) in DateConstructor()
DJSGlobalObject.h129 DatePrototype* datePrototype; member
213 DatePrototype* datePrototype() const { return d()->datePrototype; } in datePrototype() function