Lines Matching refs:V8
1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
51 namespace v8 {
56 List<CallCompletedCallback>* V8::call_completed_callbacks_ = NULL;
57 v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL;
58 v8::Platform* V8::platform_ = NULL;
61 bool V8::Initialize(Deserializer* des) {
86 void V8::TearDown() {
116 void V8::SetReturnAddressLocationResolver(
122 void V8::AddCallCompletedCallback(CallCompletedCallback callback) {
133 void V8::RemoveCallCompletedCallback(CallCompletedCallback callback) {
143 void V8::FireCallCompletedCallback(Isolate* isolate) {
163 void V8::InitializeOncePerProcessImpl() {
185 void V8::InitializeOncePerProcess() {
190 void V8::InitializePlatform(v8::Platform* platform) {
197 void V8::ShutdownPlatform() {
203 v8::Platform* V8::GetCurrentPlatform() {
208 } } // namespace v8::internal