Home
last modified time | relevance | path

Searched refs:errorConstructor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.h62 , errorConstructor(0) in JSGlobalObjectData()
98 ErrorConstructor* errorConstructor; member
179 ErrorConstructor* errorConstructor() const { return d()->errorConstructor; } in errorConstructor() function
DJSGlobalObject.cpp261 …d()->errorConstructor = new (exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->f… in reset()
280 …pe->putDirectWithoutTransition(exec->propertyNames().constructor, d()->errorConstructor, DontEnum); in reset()
301 putDirectWithoutTransition(Identifier(exec, "Error"), d()->errorConstructor, DontEnum); in reset()
375 markIfNeeded(d()->errorConstructor); in mark()
DError.cpp70 constructor = exec->lexicalGlobalObject()->errorConstructor(); in create()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-106378 (KJS::JSGlobalObject::errorConstructor):