Searched refs:m_URIErrorConstructor (Results 1 – 2 of 2) sorted by relevance
235 …m_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()
75 WriteBarrier<NativeErrorConstructor> m_URIErrorConstructor; variable180 NativeErrorConstructor* URIErrorConstructor() const { return m_URIErrorConstructor.get(); } in URIErrorConstructor()