Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.cpp234m_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()
DJSGlobalObject.h74 WriteBarrier<NativeErrorConstructor> m_typeErrorConstructor; variable
179 … NativeErrorConstructor* typeErrorConstructor() const { return m_typeErrorConstructor.get(); } in typeErrorConstructor()