We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e35803 commit c116253Copy full SHA for c116253
test/addons/report-fatalerror/binding.cc
@@ -2,15 +2,12 @@
2
#include <v8.h>
3
4
using v8::FunctionCallbackInfo;
5
-using v8::Isolate;
6
using v8::Local;
7
using v8::MaybeLocal;
8
using v8::Object;
9
using v8::Value;
10
11
void TriggerFatalError(const FunctionCallbackInfo<Value>& args) {
12
- Isolate* isolate = args.GetIsolate();
13
-
14
// Trigger a v8 ApiCheck failure.
15
MaybeLocal<Value> value;
16
value.ToLocalChecked();
0 commit comments