Changeset 90423 in webkit for trunk/Source/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Jul 5, 2011, 5:56:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSFunction.h
r87826 r90423 36 36 class NativeExecutable; 37 37 class VPtrHackExecutable; 38 namespace DFG { 39 class JITCodeGenerator; 40 } 38 41 39 42 EncodedJSValue JSC_HOST_CALL callHostFunctionAsConstructor(ExecState*); … … 41 44 class JSFunction : public JSObjectWithGlobalObject { 42 45 friend class JIT; 46 friend class DFG::JITCodeGenerator; 43 47 friend class JSGlobalData; 44 48
Note:
See TracChangeset
for help on using the changeset viewer.