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 d9e7d38 commit 5a2317dCopy full SHA for 5a2317d
src/node_v8.cc
@@ -173,8 +173,8 @@ void Initialize(Local<Object> target,
173
void* priv) {
174
Environment* env = Environment::GetCurrent(context);
175
Environment::BindingScope<BindingData> binding_scope(env);
176
+ if (!binding_scope) return;
177
BindingData* binding_data = binding_scope.data;
- if (binding_data == nullptr) return;
178
179
env->SetMethodNoSideEffect(target, "cachedDataVersionTag",
180
CachedDataVersionTag);
0 commit comments