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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObject.cpp269 JSCell* functionConstructor = FunctionConstructor::create(exec, this, FunctionConstructor::createStructure(exec->vm(), this, m_functionPrototype.get()), m_functionPrototype.get()); local
290 m_functionPrototype->putDirectWithoutTransition(exec->vm(), exec->propertyNames().constructor, functionConstructor, DontEnum);
300 putDirectWithoutTransition(exec->vm(), exec->propertyNames().Function, functionConstructor, DontEnum);

Completed in 116 milliseconds