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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 72 WriteBarrier<NativeErrorConstructor> m_referenceErrorConstructor;
177 NativeErrorConstructor* referenceErrorConstructor() const { return m_referenceErrorConstructor.get(); }
JSGlobalObject.cpp 232 m_referenceErrorConstructor.set(exec->globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErrorPrototypeStructure, "ReferenceError"));
262 putDirectFunctionWithoutTransition(exec->globalData(), Identifier(exec, "ReferenceError"), m_referenceErrorConstructor.get(), DontEnum);
321 markIfNeeded(markStack, &m_referenceErrorConstructor);

Completed in 35 milliseconds