Chromium Code Reviews| Index: src/ia32/macro-assembler-ia32.h |
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h |
| index 09584f7a456830a0f3b534ffe769cbb58a85d894..88e89db44320dc21e77badfc10c770d01c0ed731 100644 |
| --- a/src/ia32/macro-assembler-ia32.h |
| +++ b/src/ia32/macro-assembler-ia32.h |
| @@ -304,6 +304,12 @@ 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. |
| + // Currently expects the thrown value in eax. |
| + void Throw(); |
|
Søren Thygesen Gjesse
2011/02/11 08:18:53
Throw -> Throw(Register object) for clarity?
|
| + |
| + void ThrowUncatchable(UncatchableExceptionType type); |
| + |
| // --------------------------------------------------------------------------- |
| // Inline caching support |