Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.h68 , URIErrorConstructor(0) in JSGlobalObjectData()
104 NativeErrorConstructor* URIErrorConstructor; member
185 NativeErrorConstructor* URIErrorConstructor() const { return d()->URIErrorConstructor; } in URIErrorConstructor() function
DJSGlobalObject.cpp270 …d()->URIErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, URIErrorP… in reset()
287 …URIErrorPrototype->putDirect(exec->propertyNames().constructor, d()->URIErrorConstructor, DontEnum… in reset()
307 putDirectWithoutTransition(Identifier(exec, "URIError"), d()->URIErrorConstructor); in reset()
381 markIfNeeded(d()->URIErrorConstructor); in mark()
DError.cpp66 constructor = exec->lexicalGlobalObject()->URIErrorConstructor(); in create()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-106384 (KJS::JSGlobalObject::URIErrorConstructor):