Searched refs:m_typeErrorConstructor (Results 1 – 2 of 2) sorted by relevance
234 …m_typeErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this,… in reset()264 …outTransition(exec->globalData(), Identifier(exec, "TypeError"), m_typeErrorConstructor.get(), Don… in reset()323 markIfNeeded(markStack, &m_typeErrorConstructor); in markChildren()
74 WriteBarrier<NativeErrorConstructor> m_typeErrorConstructor; variable179 … NativeErrorConstructor* typeErrorConstructor() const { return m_typeErrorConstructor.get(); } in typeErrorConstructor()