Chromium Code Reviews| Index: src/hydrogen-instructions.cc |
| =================================================================== |
| --- src/hydrogen-instructions.cc (revision 9125) |
| +++ src/hydrogen-instructions.cc (working copy) |
| @@ -789,6 +789,13 @@ |
| } |
| +void HJSArrayLength::PrintDataTo(StringStream* stream) { |
| + value()->PrintNameTo(stream); |
| + stream->Add(" "); |
|
Jakob Kummerow
2011/09/05 13:23:33
How about inserting some descriptive hint here, e.
|
| + typecheck()->PrintNameTo(stream); |
| +} |
| + |
| + |
| HValue* HCheckInstanceType::Canonicalize() { |
| if (check_ == IS_STRING && |
| !value()->type().IsUninitialized() && |