Changeset 72442 in webkit for trunk/JavaScriptCore/interpreter/CallFrame.h
- Timestamp:
- Nov 19, 2010, 2:40:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/CallFrame.h
r70703 r72442 127 127 // Read a register from the codeframe (or constant from the CodeBlock). 128 128 inline Register& r(int); 129 // Read a register for a non-constant 130 inline Register& uncheckedR(int); 129 131 130 132 // Access to arguments.
Note:
See TracChangeset
for help on using the changeset viewer.