Searched refs:stringConstructor (Results 1 – 2 of 2) sorted by relevance
262 …JSCell* stringConstructor = new (exec) StringConstructor(exec, StringConstructor::createStructure(… in reset() local284 …putDirectFunctionWithoutTransition(exec->propertyNames().constructor, stringConstructor, DontEnum); in reset()305 putDirectFunctionWithoutTransition(Identifier(exec, "String"), stringConstructor, DontEnum); in reset()
6374 (KJS::JSGlobalObject::stringConstructor):