Changeset 41126 in webkit for trunk/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Feb 22, 2009, 3:26:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.h
r39670 r41126 39 39 40 40 class JSFunction : public InternalFunction { 41 friend class Interpreter; 41 42 friend class JIT; 42 friend class Interpreter;43 friend class JITStubs; 43 44 44 45 typedef InternalFunction Base;
Note:
See TracChangeset
for help on using the changeset viewer.