Changeset 46528 in webkit for trunk/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Jul 29, 2009, 1:04:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.h
r44344 r46528 40 40 class JSFunction : public InternalFunction { 41 41 friend class JIT; 42 friend classVPtrSet;42 friend struct VPtrSet; 43 43 44 44 typedef InternalFunction Base;
Note:
See TracChangeset
for help on using the changeset viewer.