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 610dfe5 commit 9222827Copy full SHA for 9222827
1 file changed
src/README.md
@@ -430,8 +430,8 @@ void InitializeHttpParser(Local<Object> target,
430
void* priv) {
431
Environment* env = Environment::GetCurrent(context);
432
Environment::BindingScope<BindingData> binding_scope(env);
433
+ if (!binding_scope) return;
434
BindingData* binding_data = binding_scope.data;
- if (binding_data == nullptr) return;
435
436
// Created within the Environment::BindingScope
437
Local<FunctionTemplate> t = env->NewFunctionTemplate(Parser::New);
0 commit comments