Changeset 34964 in webkit for trunk/JavaScriptCore/kjs/JSValue.h
- Timestamp:
- Jul 2, 2008, 5:47:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSValue.h
r34921 r34964 53 53 friend class JSCell; // so it can derive from this class 54 54 friend class Heap; // so it can call asCell() 55 friend class Machine; // so it can call asCell() 55 56 private: 56 57 JSValue();
Note:
See TracChangeset
for help on using the changeset viewer.