Chromium Code Reviews| Index: src/x64/lithium-x64.cc |
| =================================================================== |
| --- src/x64/lithium-x64.cc (revision 6540) |
| +++ src/x64/lithium-x64.cc (working copy) |
| @@ -1630,6 +1630,12 @@ |
| } |
| +LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { |
| + Abort("Unimplemented: %s", "DoToFastPropertiest"); |
| + return NULL; |
| +} |
| + |
| + |
| LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { |
| Abort("Unimplemented: %s", "DoTypeof"); |
| return NULL; |