Changeset 38464 in webkit for trunk/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Nov 16, 2008, 6:21:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.h
r38463 r38464 40 40 class JSFunction : public InternalFunction { 41 41 friend class CTI; 42 friend class BytecodeInterpreter;42 friend class Interpreter; 43 43 44 44 typedef InternalFunction Base;
Note:
See TracChangeset
for help on using the changeset viewer.