Lines Matching defs:isolate
19 Isolate* isolate = args.GetIsolate();
20 HandleScope handle_scope(isolate);
21 Environment* env = node::GetCurrentEnvironment(isolate->GetCurrentContext());
37 Isolate* isolate = args.GetIsolate();
38 HandleScope handle_scope(isolate);
39 Environment* env = node::GetCurrentEnvironment(isolate->GetCurrentContext());
48 Isolate* isolate = static_cast<Isolate*>(data);
49 HandleScope handle_scope(isolate);
50 Local<Context> ctx = isolate->GetCurrentContext();
52 String::NewFromUtf8(isolate, "interrupt").ToLocalChecked();
63 isolate);