| Index: src/debug.h
|
| diff --git a/src/debug.h b/src/debug.h
|
| index e486d9780bcf0d77ff3f376aa26103d47ebf1324..b8348fd52af0dbd4656e4ea88ec3535d1656591b 100644
|
| --- a/src/debug.h
|
| +++ b/src/debug.h
|
| @@ -390,6 +390,9 @@ class Debug {
|
| void FloodWithOneShot(Handle<JSFunction> function,
|
| BreakLocatorType type = ALL_BREAK_LOCATIONS);
|
| void FloodBoundFunctionWithOneShot(Handle<JSFunction> function);
|
| + void FloodDefaultConstructorWithOneShot(Handle<JSFunction> function);
|
| + void FloodWithOneShotGeneric(Handle<JSFunction> function,
|
| + Handle<Object> holder = Handle<Object>());
|
| void FloodHandlerWithOneShot();
|
| void ChangeBreakOnException(ExceptionBreakType type, bool enable);
|
| bool IsBreakOnException(ExceptionBreakType type);
|
|
|