 Chromium Code Reviews
 Chromium Code Reviews Issue 39014:
  Add a meaningful name when disassembling code. This makes it easier...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 39014:
  Add a meaningful name when disassembling code. This makes it easier...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/objects.h | 
| =================================================================== | 
| --- src/objects.h (revision 1406) | 
| +++ src/objects.h (working copy) | 
| @@ -2157,7 +2157,7 @@ | 
| // Printing | 
| static const char* Kind2String(Kind kind); | 
| static const char* ICState2String(InlineCacheState state); | 
| - void Disassemble(); | 
| + void Disassemble(const char* name); | 
| #endif // ENABLE_DISASSEMBLER | 
| // [instruction_size]: Size of the native instructions |