| Index: src/ia32/code-stubs-ia32.cc
|
| ===================================================================
|
| --- src/ia32/code-stubs-ia32.cc (revision 12502)
|
| +++ src/ia32/code-stubs-ia32.cc (working copy)
|
| @@ -307,6 +307,11 @@
|
| }
|
|
|
|
|
| +int FastCloneShallowArrayStub::MaximumClonedLength() {
|
| + return 8;
|
| +}
|
| +
|
| +
|
| static void GenerateFastCloneShallowArrayCommon(
|
| MacroAssembler* masm,
|
| int length,
|
| @@ -443,6 +448,11 @@
|
| }
|
|
|
|
|
| +int FastCloneShallowObjectStub::MaximumClonedProperties() {
|
| + return 6;
|
| +}
|
| +
|
| +
|
| void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) {
|
| // Stack layout on entry:
|
| //
|
|
|