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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 75 WriteBarrier<NativeErrorConstructor> m_URIErrorConstructor;
180 NativeErrorConstructor* URIErrorConstructor() const { return m_URIErrorConstructor.get(); }
JSGlobalObject.cpp 235 m_URIErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErrorPrototypeStructure, "URIError"));
265 putDirectFunctionWithoutTransition(exec->globalData(), Identifier(exec, "URIError"), m_URIErrorConstructor.get(), DontEnum);
324 markIfNeeded(markStack, &m_URIErrorConstructor);

Completed in 434 milliseconds