Home
last modified time | relevance | path

Searched refs:stringConstructor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.cpp219 …JSCell* stringConstructor = new (exec) StringConstructor(exec, this, StringConstructor::createStru… in reset() local
241 …houtTransition(exec->globalData(), exec->propertyNames().constructor, stringConstructor, DontEnum); in reset()
255 …tionWithoutTransition(exec->globalData(), Identifier(exec, "String"), stringConstructor, DontEnum); in reset()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-106374 (KJS::JSGlobalObject::stringConstructor):