| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 3a38e321dee5faa9df44d07c9d47ce2e5851067f..d683b339654192e350b548a362926d7a6290767c 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -351,11 +351,15 @@ class LCodeGen BASE_EMBEDDED {
|
| // Emits optimized code to deep-copy the contents of statically known
|
| // object graphs (e.g. object literal boilerplate).
|
| void EmitDeepCopy(Handle<JSObject> object,
|
| + Handle<JSObject> original_object,
|
| Register result,
|
| Register source,
|
| int* offset,
|
| AllocationSiteMode mode);
|
|
|
| + void FastLiteralHelper(LFastLiteral* instr,
|
| + AllocationSiteMode mode);
|
| +
|
| void EnsureSpaceForLazyDeopt();
|
| void DoLoadKeyedExternalArray(LLoadKeyed* instr);
|
| void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
|
|
|