Lines Matching defs:isolate
71 int ret = WriteFileSync(env->isolate(), path, result);
84 Isolate* isolate = env->isolate();
85 HandleScope handle_scope(isolate);
92 if (!String::NewFromTwoByte(isolate,
116 if (!response->Get(context, FIXED_ONE_BYTE_STRING(isolate, "id"))
119 Utf8Value str(isolate, message_str);
127 Utf8Value str(isolate, message_str);
139 if (!response->Get(context, FIXED_ONE_BYTE_STRING(isolate, "result"))
211 Isolate* isolate = env_->isolate();
213 HandleScope handle_scope(isolate);
237 Isolate::AllowJavascriptExecutionScope allow_js_here(isolate);
240 context, Undefined(isolate), 0, nullptr)
246 PrintCaughtException(isolate, context, try_catch);
251 profile->Set(context, FIXED_ONE_BYTE_STRING(isolate, "source-map-cache"),
320 FIXED_ONE_BYTE_STRING(env()->isolate(), "profile"))
364 FIXED_ONE_BYTE_STRING(env()->isolate(), "profile"))
421 Isolate* isolate = env->isolate();
423 isolate, FIXED_ONE_BYTE_STRING(isolate, "NODE_V8_COVERAGE"))
465 node::Utf8Value directory(env->isolate(), args[0].As<String>());