| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index 0800823fdb3e2401d9cda7c6d34eb26fa7f1500a..f79f59eb556b479a77491b236268cdf46c3e3bea 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -2574,6 +2574,11 @@ LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) {
|
| }
|
|
|
|
|
| +LInstruction* LChunkBuilder::DoCallExternal(HCallExternal* instr) {
|
| + return MarkAsCall(new(zone()) LCallExternal(), instr);
|
| +}
|
| +
|
| +
|
| LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) {
|
| // There are no real uses of the arguments object.
|
| // arguments.length and element access are supported directly on
|
|
|