Lines Matching refs:env
10 #include "env.h"
152 Environment* env,
196 GetAddrInfoReqWrap(Environment* env,
212 GetNameInfoReqWrap(Environment* env, v8::Local<v8::Object> req_wrap_obj);
230 : AsyncWrap(channel->env(), req_wrap_obj, AsyncWrap::PROVIDER_QUERYWRAP),
262 v8::HandleScope handle_scope(env()->isolate());
263 v8::Context::Scope context_scope(env()->context());
265 v8::Local<v8::Value> arg = OneByteString(env()->isolate(), code);
269 MakeCallback(env()->oncomplete_string(), 1, &arg);
353 env()->SetImmediate([this, strong_ref](Environment*) {
367 v8::HandleScope handle_scope(env()->isolate());
368 v8::Context::Scope context_scope(env()->context());
370 v8::Integer::New(env()->isolate(), 0),
378 MakeCallback(env()->oncomplete_string(), argc, argv);