Lines Matching defs:isolate
53 EscapableHandleScope handle_scope(env->isolate());
60 Local<Value> type_value = Int32::New(env->isolate(), type);
71 Isolate* isolate = env->isolate();
73 Local<FunctionTemplate> t = NewFunctionTemplate(isolate, New);
79 SetProtoMethod(isolate, t, "bind", Bind);
80 SetProtoMethod(isolate, t, "listen", Listen);
81 SetProtoMethod(isolate, t, "connect", Connect);
82 SetProtoMethod(isolate, t, "open", Open);
85 SetProtoMethod(isolate, t, "setPendingInstances", SetPendingInstances);
88 SetProtoMethod(isolate, t, "fchmod", Fchmod);
99 Local<Object> constants = Object::New(env->isolate());
236 node::Utf8Value name(env->isolate(), args[1]);