Lines Matching refs:V8
9 #include <v8.h>
165 v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
168 v8::V8::InitializeICU();
169 v8::Platform* platform = v8::platform::CreateDefaultPlatform();
170 v8::V8::InitializePlatform(platform);
171 v8::V8::Initialize();
173 v8::Isolate* isolate = v8::Isolate::New();
174 v8::Isolate::Scope isolate_scope(isolate);
175 v8::HandleScope handle_scope(isolate);