Lines Matching refs:V8
1 // Copyright 2012 the V8 project authors. All rights reserved.
41 v8::Platform* V8::platform_ = nullptr;
65 // v8::V8::InitializePlatform(platform);
66 // v8::V8::Initialize();
70 // v8::V8::Dispose();
71 // v8::V8::DisposePlatform();
77 "Multiple threads are initializating V8 in the wrong order: expected "
90 void V8::InitializePlatform(v8::Platform* platform) {
107 bool V8::InitializeSandbox() {
122 void V8::Initialize() {
128 // For now, we still allow the cage to be disabled even if V8 was compiled
261 void V8::Dispose() {
278 void V8::DisposePlatform() {
299 v8::Platform* V8::GetCurrentPlatform() {
306 void V8::SetPlatformForTesting(v8::Platform* platform) {
311 void V8::SetSnapshotBlob(StartupData* snapshot_blob) {