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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 74 WriteBarrier<NativeErrorConstructor> m_typeErrorConstructor;
179 NativeErrorConstructor* typeErrorConstructor() const { return m_typeErrorConstructor.get(); }
JSGlobalObject.cpp 234 m_typeErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErrorPrototypeStructure, "TypeError"));
264 putDirectFunctionWithoutTransition(exec->globalData(), Identifier(exec, "TypeError"), m_typeErrorConstructor.get(), DontEnum);
323 markIfNeeded(markStack, &m_typeErrorConstructor);

Completed in 440 milliseconds