Changeset 168548 in webkit for trunk/Source/JavaScriptCore/bytecode/Watchpoint.h
- Timestamp:
- May 9, 2014, 1:26:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/Watchpoint.h
r162777 r168548 58 58 friend class LLIntOffsetsExtractor; 59 59 public: 60 WatchpointSet(WatchpointState);61 ~WatchpointSet(); // Note that this will not fire any of the watchpoints; if you need to know when a WatchpointSet dies then you need a separate mechanism for this.60 JS_EXPORT_PRIVATE WatchpointSet(WatchpointState); 61 JS_EXPORT_PRIVATE ~WatchpointSet(); // Note that this will not fire any of the watchpoints; if you need to know when a WatchpointSet dies then you need a separate mechanism for this. 62 62 63 63 // It is safe to call this from another thread. It may return an old
Note:
See TracChangeset
for help on using the changeset viewer.