Home | History | Annotate | Download | only in samples

Lines Matching refs:V8

1 // Copyright 2015 the V8 project authors. All rights reserved.
10 #include "include/v8.h"
12 using namespace v8;
15 // Initialize V8.
16 V8::InitializeICUDefaultLocation(argv[0]);
17 V8::InitializeExternalStartupData(argv[0]);
19 V8::InitializePlatform(platform);
20 V8::Initialize();
25 v8::ArrayBuffer::Allocator::NewDefaultAllocator();
55 // Dispose the isolate and tear down V8.
57 V8::Dispose();
58 V8::ShutdownPlatform();