chromium/v8/src/execution/interrupts-scope.cc

// Copyright 2019 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/execution/interrupts-scope.h"

#include "src/execution/isolate.h"

namespace v8 {
namespace internal {

bool InterruptsScope::Intercept(StackGuard::InterruptFlag flag) {}

}  // namespace internal
}  // namespace v8