| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index fdc68a393a490448b2280eac9d0e834156cb91f2..47651e2620c0b4147f9a34a2effed90cb51513e8 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -1107,13 +1107,6 @@ class MacroAssembler: public Assembler {
|
| // Unlink the stack handler on top of the stack from the try handler chain.
|
| void PopTryHandler();
|
|
|
| - // Activate the top handler in the try hander chain and pass the
|
| - // thrown value.
|
| - void Throw(Register value);
|
| -
|
| - // Propagate an uncatchable exception out of the current JS stack.
|
| - void ThrowUncatchable(Register value);
|
| -
|
| // ---------------------------------------------------------------------------
|
| // Inline caching support
|
|
|
| @@ -1529,10 +1522,6 @@ class MacroAssembler: public Assembler {
|
| Register bitmap_reg,
|
| Register mask_reg);
|
|
|
| - // Helper for throwing exceptions. Compute a handler address and jump to
|
| - // it. See the implementation for register usage.
|
| - void JumpToHandlerEntry();
|
| -
|
| // Compute memory operands for safepoint stack slots.
|
| Operand SafepointRegisterSlot(Register reg);
|
| static int SafepointRegisterStackIndex(int reg_code) {
|
|
|