Searched refs:errorConstructor (Results 1 – 4 of 4) sorted by relevance
62 , errorConstructor(0) in JSGlobalObjectData()98 ErrorConstructor* errorConstructor; member179 ErrorConstructor* errorConstructor() const { return d()->errorConstructor; } in errorConstructor() function
261 …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()
70 constructor = exec->lexicalGlobalObject()->errorConstructor(); in create()
6378 (KJS::JSGlobalObject::errorConstructor):