Chromium Code Reviews| Index: src/x64/lithium-x64.cc |
| =================================================================== |
| --- src/x64/lithium-x64.cc (revision 10686) |
| +++ src/x64/lithium-x64.cc (working copy) |
| @@ -1121,6 +1121,11 @@ |
| } |
| +LInstruction* LChunkBuilder::DoDeclareGlobals(HDeclareGlobals* instr) { |
| + return MarkAsCall(new LDeclareGlobals, instr); |
| +} |
| + |
| + |
| LInstruction* LChunkBuilder::DoGlobalObject(HGlobalObject* instr) { |
| return DefineAsRegister(new LGlobalObject); |
| } |