Changeset 117193 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- May 15, 2012, 5:21:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r116673 r117193 1024 1024 appendSourceToError(callFrame, static_cast<ErrorInstance*>(exception), bytecodeOffset); 1025 1025 1026 // Using hasExpressionInfo to imply we are interested in rich exception info. 1027 if (codeBlock->hasExpressionInfo() && !hasErrorInfo(callFrame, exception)) { 1028 ASSERT(codeBlock->hasLineInfo()); 1026 if (codeBlock->hasLineInfo() && !hasErrorInfo(callFrame, exception)) { 1029 1027 // FIXME: should only really be adding these properties to VM generated exceptions, 1030 1028 // but the inspector currently requires these for all thrown objects.
Note:
See TracChangeset
for help on using the changeset viewer.