| Index: src/builtins/builtins-constructor.h
|
| diff --git a/src/builtins/builtins-constructor.h b/src/builtins/builtins-constructor.h
|
| index 86c412b91f714bf79d2d96c23bbaa88cd48195b1..98df63626147ac5ac12e02c34f48a8734eb66e25 100644
|
| --- a/src/builtins/builtins-constructor.h
|
| +++ b/src/builtins/builtins-constructor.h
|
| @@ -44,6 +44,11 @@ class ConstructorBuiltinsAssembler : public CodeStubAssembler {
|
| Node* properties_count);
|
| void CreateFastCloneShallowObjectBuiltin(int properties_count);
|
|
|
| + Node* EmitFastNewObject(Node* context, Node* target, Node* new_target);
|
| +
|
| + Node* EmitFastNewObject(Node* context, Node* target, Node* new_target,
|
| + CodeAssemblerLabel* call_runtime);
|
| +
|
| private:
|
| static const int kMaximumSlots = 0x8000;
|
| static const int kSmallMaximumSlots = 10;
|
|
|