Home | History | Annotate | Download | only in src

Lines Matching refs:V8

1 // Copyright 2012 the V8 project authors. All rights reserved.
5 #include "src/v8.h"
27 namespace v8 {
32 v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL;
33 v8::Platform* V8::platform_ = NULL;
36 bool V8::Initialize() {
42 void V8::TearDown() {
55 void V8::SetReturnAddressLocationResolver(
61 void V8::InitializeOncePerProcessImpl() {
97 void V8::InitializeOncePerProcess() {
102 void V8::InitializePlatform(v8::Platform* platform) {
109 void V8::ShutdownPlatform() {
115 v8::Platform* V8::GetCurrentPlatform() {
120 } } // namespace v8::internal