| Index: src/arm64/macro-assembler-arm64.h
|
| diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h
|
| index 279b78e61460e682903102fdaf1c1fbdbe7daba1..efcdbf32dbd9a0d1eb54c69e135ae3c6009cc842 100644
|
| --- a/src/arm64/macro-assembler-arm64.h
|
| +++ b/src/arm64/macro-assembler-arm64.h
|
| @@ -1072,15 +1072,6 @@ class MacroAssembler : public Assembler {
|
| Register scratch3,
|
| Register scratch4);
|
|
|
| - // Throw a message string as an exception.
|
| - void Throw(BailoutReason reason);
|
| -
|
| - // Throw a message string as an exception if a condition is not true.
|
| - void ThrowIf(Condition cond, BailoutReason reason);
|
| -
|
| - // Throw a message string as an exception if the value is a smi.
|
| - void ThrowIfSmi(const Register& value, BailoutReason reason);
|
| -
|
| void CallStub(CodeStub* stub, TypeFeedbackId ast_id = TypeFeedbackId::None());
|
| void TailCallStub(CodeStub* stub);
|
|
|
|
|