Changeset 37257 in webkit for trunk/JavaScriptCore/VM/CodeBlock.h
- Timestamp:
- Oct 3, 2008, 2:39:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.h
r37184 r37257 44 44 class ExecState; 45 45 46 enum CodeType { GlobalCode, EvalCode, FunctionCode }; 47 46 48 static ALWAYS_INLINE int missingThisObjectMarker() { return std::numeric_limits<int>::max(); } 47 49
Note:
See TracChangeset
for help on using the changeset viewer.