Ignore:
Timestamp:
Apr 6, 2013, 11:24:37 AM (12 years ago)
Author:
[email protected]
Message:

Rolled out 147820 and 147818 because they caused plugins tests to ASSERT
https://bugs.webkit.org/show_bug.cgi?id=114094

Reviewed by Anders Carlsson.

Source/JavaScriptCore:

  • API/JSContextRef.cpp:

(JSContextCreateBacktrace):

  • bytecompiler/BytecodeGenerator.cpp:

(JSC::BytecodeGenerator::emitDebugHook):

  • interpreter/Interpreter.cpp:

(JSC):
(JSC::Interpreter::dumpRegisters):
(JSC::Interpreter::unwindCallFrame):
(JSC::getLineNumberForCallFrame):
(JSC::getCallerInfo):
(JSC::Interpreter::getStackTrace):
(JSC::Interpreter::addStackTraceIfNecessary):
(JSC::Interpreter::retrieveCallerFromVMCode):

  • interpreter/Interpreter.h:

(StackFrame):
(JSC::StackFrame::toString):
(JSC::StackFrame::friendlyLineNumber):
(Interpreter):

  • runtime/Error.cpp:

(JSC::throwError):

  • runtime/JSGlobalData.h:

(JSC):
(JSGlobalData):

  • runtime/JSGlobalObject.cpp:

(JSC::DynamicGlobalObjectScope::DynamicGlobalObjectScope):

Source/WebCore:

  • bindings/js/ScriptCallStackFactory.cpp:

(WebCore::createScriptCallStack):

  • inspector/ScriptCallFrame.cpp:

(WebCore::ScriptCallFrame::isEqual):

  • inspector/ScriptCallFrame.h:

(ScriptCallFrame):
(WebCore::ScriptCallFrame::lineNumber):

Tools:

  • Scripts/run-jsc:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSGlobalData.h

    r147818 r147846  
    5555#include <wtf/Forward.h>
    5656#include <wtf/HashMap.h>
    57 #include <wtf/RefCountedArray.h>
    5857#include <wtf/SimpleStats.h>
    5958#include <wtf/ThreadSafeRefCounted.h>
     
    8382    class SourceProvider;
    8483    class SourceProviderCache;
    85     struct StackFrame;
    8684    class Stringifier;
    8785    class Structure;
     
    331329
    332330        JSValue exception;
    333         RefCountedArray<StackFrame> exceptionStack;
    334331
    335332        const ClassInfo* const jsArrayClassInfo;
Note: See TracChangeset for help on using the changeset viewer.