Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp264 …JSCell* stringConstructor = new (exec) StringConstructor(exec, StringConstructor::createStructure(… in reset() local
286 …putDirectFunctionWithoutTransition(exec->propertyNames().constructor, stringConstructor, DontEnum); in reset()
307 putDirectFunctionWithoutTransition(Identifier(exec, "String"), stringConstructor, DontEnum); in reset()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-106374 (KJS::JSGlobalObject::stringConstructor):