Changeset 38291 in webkit for trunk/JavaScriptCore/VM/CodeBlock.h
- Timestamp:
- Nov 10, 2008, 9:55:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.h
r38290 r38291 296 296 } 297 297 298 ALWAYS_INLINE JSValue* getConstant(int index) 299 { 300 return constantRegisters[index - numVars].getJSValue(); 301 } 302 298 303 #if !defined(NDEBUG) || ENABLE_OPCODE_SAMPLING 299 304 void dump(ExecState*) const;
Note:
See TracChangeset
for help on using the changeset viewer.