Home | History | Annotate | Download | only in test

Lines Matching refs:V8

1 // Copyright 2014 the V8 project authors. All rights reserved.
6 #include "include/v8.h"
19 platform_ = v8::platform::CreateDefaultPlatform();
21 v8::V8::InitializePlatform(platform_);
22 ASSERT_TRUE(v8::V8::Initialize());
27 v8::V8::Dispose();
28 v8::V8::ShutdownPlatform();
34 v8::Platform* platform_;
43 v8::V8::SetFlagsFromCommandLine(&argc, argv, true);