Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp260 …JSCell* functionConstructor = new (exec) FunctionConstructor(exec, FunctionConstructor::createStru… in reset() local
281 …tDirectFunctionWithoutTransition(exec->propertyNames().constructor, functionConstructor, DontEnum); in reset()
302 putDirectFunctionWithoutTransition(Identifier(exec, "Function"), functionConstructor, DontEnum); in reset()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-106371 (KJS::JSGlobalObject::functionConstructor):