Changeset 4363 in webkit for trunk/JavaScriptCore/kjs/interpreter.h
- Timestamp:
- May 13, 2003, 2:19:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.h
r4087 r4363 187 187 * @return A completion object representing the result of the execution. 188 188 */ 189 Completion evaluate(const UString &code, const Value &thisV = Value() );189 Completion evaluate(const UString &code, const Value &thisV = Value(), const UString &filename = UString()); 190 190 191 191 /** … … 339 339 static void finalCheck(); 340 340 #endif 341 342 #if APPLE_CHANGES 343 static bool shouldPrintExceptions(); 344 static void setShouldPrintExceptions(bool); 345 #endif 346 341 347 private: 342 348 InterpreterImp *rep;
Note:
See TracChangeset
for help on using the changeset viewer.