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"
45 namespace v8 {
50 bool V8::is_running_ = false;
51 bool V8::has_been_set_up_ = false;
52 bool V8::has_been_disposed_ = false;
53 bool V8::has_fatal_error_ = false;
54 bool V8::use_crankshaft_ = true;
55 List<CallCompletedCallback>* V8::call_completed_callbacks_ = NULL;
62 bool V8::Initialize(Deserializer* des) {
95 void V8::SetFatalError() {
101 void V8::TearDown() {
146 void V8::SetEntropySource(EntropySource source) {
151 void V8::SetReturnAddressLocationResolver(
158 uint32_t V8::Random(Context* context) {
168 uint32_t V8::RandomPrivate(Isolate* isolate) {
174 bool V8::IdleNotification(int hint) {
184 void V8::AddCallCompletedCallback(CallCompletedCallback callback) {
195 void V8::RemoveCallCompletedCallback(CallCompletedCallback callback) {
205 void V8::FireCallCompletedCallback(Isolate* isolate) {
226 Object* V8::FillHeapNumberWithRandom(Object* heap_number,
242 void V8::InitializeOncePerProcessImpl() {
272 void V8::InitializeOncePerProcess() {
276 } } // namespace v8::internal