Changeset 238435 in webkit for trunk/Source/JavaScriptCore/interpreter/ProtoCallFrame.h
- Timestamp:
- Nov 21, 2018, 6:57:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/ProtoCallFrame.h
r235786 r238435 36 36 WTF_FORBID_HEAP_ALLOCATION; 37 37 public: 38 // CodeBlock, Callee, ArgumentCount, and |this|. 39 static constexpr unsigned numberOfRegisters { 4 }; 40 38 41 Register codeBlockValue; 39 42 Register calleeValue;
Note:
See TracChangeset
for help on using the changeset viewer.