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

  /external/webkit/Source/JavaScriptCore/runtime/
Error.cpp 81 return ErrorInstance::create(&globalObject->globalData(), globalObject->URIErrorConstructor()->errorStructure(), message);
JSGlobalObject.h 180 NativeErrorConstructor* URIErrorConstructor() const { return m_URIErrorConstructor.get(); }

Completed in 32 milliseconds