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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 70 WriteBarrier<NativeErrorConstructor> m_evalErrorConstructor;
175 NativeErrorConstructor* evalErrorConstructor() const { return m_evalErrorConstructor.get(); }
JSGlobalObject.cpp 230 m_evalErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErrorPrototypeStructure, "EvalError"));
260 putDirectFunctionWithoutTransition(exec->globalData(), Identifier(exec, "EvalError"), m_evalErrorConstructor.get(), DontEnum);
319 markIfNeeded(markStack, &m_evalErrorConstructor);

Completed in 313 milliseconds