Lines Matching defs:context
66 if (!args[0]->Int32Value(env->context()).To(&flag)) {
153 Local<Context> context,
155 Environment* env = Environment::GetCurrent(context);
215 SetConstructorFunction(context, target, "UDP", t);
216 env->set_udp_constructor_function(t->GetFunction(context).ToLocalChecked());
222 SetConstructorFunction(context, target, "SendWrap", swt);
227 target->Set(context,
524 if (!chunks->Get(env->context(), i).ToLocal(&chunk)) return;
676 Context::Scope context_scope(env->context());
719 Context::Scope context_scope(env->context());
786 return env->udp_constructor_function()->NewInstance(env->context());