| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index 0016d99321e86168433fa0295493d6110aa1eae5..57dcf34ec1502a6852806a00cab52d688a355663 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -378,6 +378,8 @@ class MacroAssembler: public Assembler {
|
| // Store the code object for the given builtin in the target register.
|
| void GetBuiltinEntry(Register target, Builtins::JavaScript id);
|
|
|
| + void BranchIfNotBuiltin(Register function, Register temp,
|
| + BuiltinFunctionId id, Label* miss);
|
|
|
| // ---------------------------------------------------------------------------
|
| // Smi tagging, untagging and operations on tagged smis.
|
|
|