Lines Matching defs:GetIsolate

132   Isolate* GetIsolate() { return isolate_; }
150 HandleScope scope(args.GetIsolate());
161 HandleScope handle_scope(GetIsolate());
165 Handle<ObjectTemplate> global = ObjectTemplate::New(GetIsolate());
166 global->Set(String::NewFromUtf8(GetIsolate(), "log"),
167 FunctionTemplate::New(GetIsolate(), LogCallback));
174 v8::Handle<v8::Context> context = Context::New(GetIsolate(), NULL, global);
175 context_.Reset(GetIsolate(), context);
191 Handle<String> process_name = String::NewFromUtf8(GetIsolate(), "Process");
203 process_.Reset(GetIsolate(), process_fun);
211 HandleScope handle_scope(GetIsolate());
241 HandleScope handle_scope(GetIsolate());
247 v8::Local<v8::Context>::New(GetIsolate(), context_);
250 context->Global()->Set(String::NewFromUtf8(GetIsolate(), "options"),
254 context->Global()->Set(String::NewFromUtf8(GetIsolate(), "output"),
263 HandleScope handle_scope(GetIsolate());
266 v8::Local<v8::Context>::New(GetIsolate(), context_);
283 v8::Local<v8::Function>::New(GetIsolate(), process_);
316 EscapableHandleScope handle_scope(GetIsolate());
321 Handle<ObjectTemplate> raw_template = MakeMapTemplate(GetIsolate());
322 map_template_.Reset(GetIsolate(), raw_template);
325 Local<ObjectTemplate>::New(GetIsolate(), map_template_);
332 Handle<External> map_ptr = External::New(GetIsolate(), obj);
379 info.GetIsolate(), value.c_str(), String::kNormalString,
425 EscapableHandleScope handle_scope(GetIsolate());
430 Handle<ObjectTemplate> raw_template = MakeRequestTemplate(GetIsolate());
431 request_template_.Reset(GetIsolate(), raw_template);
434 Local<ObjectTemplate>::New(GetIsolate(), request_template_);
441 Handle<External> request_ptr = External::New(GetIsolate(), request);
475 info.GetIsolate(), path.c_str(), String::kNormalString,
486 info.GetIsolate(), path.c_str(), String::kNormalString,
496 info.GetIsolate(), path.c_str(), String::kNormalString,
507 info.GetIsolate(), path.c_str(), String::kNormalString,