Searched refs:URIErrorConstructor (Results 1 – 4 of 4) sorted by relevance
68 , URIErrorConstructor(0) in JSGlobalObjectData()104 NativeErrorConstructor* URIErrorConstructor; member185 NativeErrorConstructor* URIErrorConstructor() const { return d()->URIErrorConstructor; } in URIErrorConstructor() function
270 …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()
66 constructor = exec->lexicalGlobalObject()->URIErrorConstructor(); in create()
6384 (KJS::JSGlobalObject::URIErrorConstructor):