Lines Matching defs:isolate
31 Isolate* isolate = env->isolate();
32 HandleScope scope(isolate);
37 String::Utf8Value message(isolate, info[0].As<String>());
38 String::Utf8Value trigger(isolate, info[1].As<String>());
41 filename = *String::Utf8Value(isolate, info[2]);
50 String::NewFromUtf8(isolate, filename.c_str()).ToLocalChecked());
56 Isolate* isolate = env->isolate();
57 HandleScope scope(isolate);
71 String::NewFromUtf8(isolate, out.str().c_str()).ToLocalChecked());
82 Isolate* isolate = env->isolate();
83 bool compact = info[0]->ToBoolean(isolate)->Value();
91 auto result = String::NewFromUtf8(env->isolate(), directory.c_str());
99 Utf8Value dir(env->isolate(), info[0].As<String>());
107 auto result = String::NewFromUtf8(env->isolate(), filename.c_str());
115 Utf8Value name(env->isolate(), info[0].As<String>());
122 auto result = String::NewFromUtf8(env->isolate(), signal.c_str());
129 Utf8Value signal(env->isolate(), info[0].As<String>());