Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DStringConstructor.cpp50 …fPtr<Structure> structure, Structure* prototypeFunctionStructure, StringPrototype* stringPrototype) in StringConstructor()
DJSGlobalObject.h119 StringPrototype* stringPrototype; member
202 StringPrototype* stringPrototype() const { return d()->stringPrototype; } in stringPrototype() function