Home
last modified time | relevance | path

Searched refs:m_URIErrorConstructor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.cpp235m_URIErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this, … in reset()
265 …thoutTransition(exec->globalData(), Identifier(exec, "URIError"), m_URIErrorConstructor.get(), Don… in reset()
324 markIfNeeded(markStack, &m_URIErrorConstructor); in markChildren()
DJSGlobalObject.h75 WriteBarrier<NativeErrorConstructor> m_URIErrorConstructor; variable
180 NativeErrorConstructor* URIErrorConstructor() const { return m_URIErrorConstructor.get(); } in URIErrorConstructor()