Chromium Code Reviews| Index: src/runtime.cc |
| =================================================================== |
| --- src/runtime.cc (revision 6183) |
| +++ src/runtime.cc (working copy) |
| @@ -5400,6 +5400,12 @@ |
| } |
| +static MaybeObject* Runtime_WriteBufferOverflow(Arguments args) { |
| + WriteBuffer::Compact(); |
| + return Heap::undefined_value(); |
| +} |
| + |
| + |
| static MaybeObject* Runtime_AllocateHeapNumber(Arguments args) { |
| NoHandleAllocation ha; |
| ASSERT(args.length() == 0); |