| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index fa35689f45f4abf714adee5dbe30d345c23241ea..2766e76b8caa5454923542d8861a6a581977f946 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -307,13 +307,6 @@ MaybeHandle<Object> Execution::TryGetConstructorDelegate(
|
| }
|
|
|
|
|
| -bool StackGuard::IsStackOverflow() {
|
| - ExecutionAccess access(isolate_);
|
| - return (thread_local_.jslimit_ != kInterruptLimit &&
|
| - thread_local_.climit_ != kInterruptLimit);
|
| -}
|
| -
|
| -
|
| void StackGuard::EnableInterrupts() {
|
| ExecutionAccess access(isolate_);
|
| if (has_pending_interrupts(access)) {
|
|
|