Home | History | Annotate | Download | only in src

Lines Matching defs:V8

1 // Copyright 2011 the V8 project authors. All rights reserved.
8 #include "include/v8.h"
12 namespace v8 {
15 class V8 : public AllStatic {
27 static void InitializePlatform(v8::Platform* platform);
29 V8_EXPORT_PRIVATE static v8::Platform* GetCurrentPlatform();
32 static void SetPlatformForTesting(v8::Platform* platform);
41 // v8::Platform to use.
42 static v8::Platform* platform_;
46 } // namespace v8