Lines Matching defs:isolate
50 // Use _exit instead of exit to avoid races between isolate
180 v8::Isolate* isolate = v8::Isolate::New();
184 v8::Isolate::Scope iscope(isolate);
195 isolate->Dispose();
226 if (strcmp(argv[i], "--isolate") == 0) {
230 printf("Error: --isolate not supported when linked with shared "
242 if (strcmp(str, "--isolate") == 0) {