| Index: src/debug.h
|
| diff --git a/src/debug.h b/src/debug.h
|
| index b9384e574dd224fc8992d32dabaf12112716b7e6..474b90bd215e02cabf0210d2014b21dba9059d30 100644
|
| --- a/src/debug.h
|
| +++ b/src/debug.h
|
| @@ -239,6 +239,7 @@ class Debug {
|
| void ClearBreakPoint(Handle<Object> break_point_object);
|
| void ClearAllBreakPoints();
|
| void FloodWithOneShot(Handle<SharedFunctionInfo> shared);
|
| + void FloodBoundFunctionWithOneShot(Handle<JSFunction> function);
|
| void FloodHandlerWithOneShot();
|
| void ChangeBreakOnException(ExceptionBreakType type, bool enable);
|
| bool IsBreakOnException(ExceptionBreakType type);
|
|
|