| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 580929637548aa47a5e2036f9a6f28fcc598ac18..964a89337c1292b3b46f12cd1bc0e55e48070cd0 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -332,11 +332,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);
|
| +
|
| struct JumpTableEntry {
|
| inline JumpTableEntry(Address entry, bool frame, bool is_lazy)
|
| : label(),
|
|
|