Changeset 38229 in webkit for trunk/JavaScriptCore/VM/CodeBlock.h
- Timestamp:
- Nov 7, 2008, 12:41:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.h
r38205 r38229 290 290 } 291 291 292 ALWAYS_INLINE bool isConstant(int index) 293 { 294 return index >= numVars && index < numVars + numConstants; 295 } 296 292 297 #if !defined(NDEBUG) || ENABLE_OPCODE_SAMPLING 293 298 void dump(ExecState*) const;
Note:
See TracChangeset
for help on using the changeset viewer.