Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.h74 , errorConstructor(0) in JSGlobalObjectData()
111 ErrorConstructor* errorConstructor; member
197 ErrorConstructor* errorConstructor() const { return d()->errorConstructor; } in errorConstructor() function
DJSGlobalObject.cpp271 …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()
DError.cpp71 constructor = exec->lexicalGlobalObject()->errorConstructor(); in create()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-106378 (KJS::JSGlobalObject::errorConstructor):