Changeset 28110 in webkit for trunk/JavaScriptCore/kjs/interpreter.h
- Timestamp:
- Nov 28, 2007, 5:12:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.h
r28106 r28110 291 291 * implementing custom mark methods must make sure to chain to this one. 292 292 */ 293 virtual void mark Roots(MarkStack&);293 virtual void mark(); 294 294 295 295 static bool shouldPrintExceptions();
Note:
See TracChangeset
for help on using the changeset viewer.