Searched refs:errorConstructor (Results 1 – 4 of 4) sorted by relevance
74 , errorConstructor(0) in JSGlobalObjectData()111 ErrorConstructor* errorConstructor; member197 ErrorConstructor* errorConstructor() const { return d()->errorConstructor; } in errorConstructor() function
271 …d()->errorConstructor = new (exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->f… in reset()290 …irectFunctionWithoutTransition(exec->propertyNames().constructor, d()->errorConstructor, DontEnum); in reset()311 putDirectFunctionWithoutTransition(Identifier(exec, "Error"), d()->errorConstructor, DontEnum); in reset()375 markIfNeeded(markStack, d()->errorConstructor); in markChildren()
71 constructor = exec->lexicalGlobalObject()->errorConstructor(); in create()
6378 (KJS::JSGlobalObject::errorConstructor):