Changeset 38060 in webkit for trunk/JavaScriptCore/kjs/interpreter.cpp
- Timestamp:
- Oct 31, 2008, 5:35:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.cpp
r38027 r38060 76 76 } 77 77 78 static bool printExceptions = false;79 80 bool Interpreter::shouldPrintExceptions()81 {82 return printExceptions;83 }84 85 void Interpreter::setShouldPrintExceptions(bool print)86 {87 printExceptions = print;88 }89 90 78 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.