Changeset 98831 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeOrigin.h
- Timestamp:
- Oct 30, 2011, 3:47:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeOrigin.h
r98179 r98831 35 35 struct InlineCallFrame; 36 36 class ExecutableBase; 37 class JSFunction; 37 38 38 39 struct CodeOrigin { … … 76 77 struct InlineCallFrame { 77 78 WriteBarrier<ExecutableBase> executable; 79 WriteBarrier<JSFunction> callee; 80 CodeOrigin caller; 78 81 unsigned stackOffset; 79 unsigned calleeVR;80 CodeOrigin caller;81 82 unsigned numArgumentsIncludingThis : 31; 82 83 bool isCall : 1;
Note:
See TracChangeset
for help on using the changeset viewer.