Changeset 90875 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Jul 12, 2011, 5:53:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
r90529 r90875 147 147 JITWriteBarrier<Structure> cachedStructure; 148 148 JITWriteBarrier<Structure> cachedPrototypeStructure; 149 JITWriteBarrier<JSFunction> cachedFunction; 149 // We'd like this to actually be JSFunction, but InternalFunction and JSFunction 150 // don't have a common parent class and we allow specialisation on both 151 JITWriteBarrier<JSObjectWithGlobalObject> cachedFunction; 150 152 JITWriteBarrier<JSObject> cachedPrototype; 151 153 bool seen;
Note:
See TracChangeset
for help on using the changeset viewer.