Home | History | Annotate | Download | only in src

Lines Matching refs:V8

1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
48 namespace v8 {
53 bool V8::is_running_ = false;
54 bool V8::has_been_set_up_ = false;
55 bool V8::has_been_disposed_ = false;
56 bool V8::has_fatal_error_ = false;
57 bool V8::use_crankshaft_ = true;
58 List<CallCompletedCallback>* V8::call_completed_callbacks_ = NULL;
59 v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL;
66 bool V8::Initialize(Deserializer* des) {
97 void V8::SetFatalError() {
103 void V8::TearDown() {
162 void V8::SetEntropySource(EntropySource source) {
167 void V8::SetReturnAddressLocationResolver(
174 uint32_t V8::Random(Context* context) {
184 uint32_t V8::RandomPrivate(Isolate* isolate) {
190 bool V8::IdleNotification(int hint) {
200 void V8::AddCallCompletedCallback(CallCompletedCallback callback) {
211 void V8::RemoveCallCompletedCallback(CallCompletedCallback callback) {
221 void V8::FireCallCompletedCallback(Isolate* isolate) {
250 Object* V8::FillHeapNumberWithRandom(Object* heap_number,
267 void V8::InitializeOncePerProcessImpl() {
333 void V8::InitializeOncePerProcess() {
337 } } // namespace v8::internal