Changeset 193427 in webkit for trunk/Source/JavaScriptCore/bindings/ScriptFunctionCall.cpp
- Timestamp:
- Dec 4, 2015, 10:50:10 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bindings/ScriptFunctionCall.cpp
r185608 r193427 141 141 142 142 if (exception) { 143 hadException = true; 143 // Do not treat a terminated execution exception as having an exception. Just treat it as an empty result. 144 hadException = !isTerminatedExecutionException(exception); 144 145 return Deprecated::ScriptValue(); 145 146 }
Note:
See TracChangeset
for help on using the changeset viewer.