We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e1efe commit e736e20Copy full SHA for e736e20
src/node_config.cc
@@ -21,7 +21,8 @@ using v8::Value;
21
22
static void Initialize(Local<Object> target,
23
Local<Value> unused,
24
- Local<Context> context) {
+ Local<Context> context,
25
+ void* priv) {
26
Environment* env = Environment::GetCurrent(context);
27
Isolate* isolate = env->isolate();
28
test/cctest/test_linked_binding.cc
@@ -3,7 +3,8 @@
3
4
void InitializeBinding(v8::Local<v8::Object> exports,
5
v8::Local<v8::Value> module,
6
- v8::Local<v8::Context> context) {
+ v8::Local<v8::Context> context,
7
8
v8::Isolate* isolate = context->GetIsolate();
9
exports->Set(
10
context,
0 commit comments