Home
last modified time | relevance | path

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

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