Home | History | Annotate | Download | only in web

Lines Matching refs:V8

38 #include "bindings/v8/V8Binding.h"
39 #include "bindings/v8/V8RecursionScope.h"
60 #include <v8.h>
103 v8::V8::SetEntropySource(&generateEntropy);
104 v8::V8::SetArrayBufferAllocator(WebCore::v8ArrayBufferAllocator());
106 v8::V8::SetFlagsFromString(kTypedArraysFlag, strlen(kTypedArraysFlag));
107 v8::V8::Initialize();
108 WebCore::V8PerIsolateData::ensureInitialized(v8::Isolate::GetCurrent());
113 v8::V8::AddCallCompletedCallback(&assertV8RecursionScope);
178 v8::V8::RemoveCallCompletedCallback(&assertV8RecursionScope);
187 WebCore::V8PerIsolateData::dispose(v8::Isolate::GetCurrent());
188 v8::V8::Dispose();