HomeSort by relevance Sort by last modified time
    Searched refs:URIErrorConstructor (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 80 , URIErrorConstructor(0)
117 NativeErrorConstructor* URIErrorConstructor;
203 NativeErrorConstructor* URIErrorConstructor() const { return d()->URIErrorConstructor; }
Error.cpp 67 constructor = exec->lexicalGlobalObject()->URIErrorConstructor();
JSGlobalObject.cpp 280 d()->URIErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, URIErrorPrototype);
297 URIErrorPrototype->putDirect(exec->propertyNames().constructor, d()->URIErrorConstructor, DontEnum);
317 putDirectFunctionWithoutTransition(Identifier(exec, "URIError"), d()->URIErrorConstructor);
381 markIfNeeded(markStack, d()->URIErrorConstructor);

Completed in 13 milliseconds