Home | History | Annotate | Download | only in src

Lines Matching refs:v8

1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
29 // Top include for all V8 .cc files.
38 // If both are defined in Google3, then we are building an optimized v8 with
42 // If neither is defined in Google3, then we are building a debug v8. Mark it
48 // V8 only uses DEBUG, but included external files
55 #include "../include/v8.h"
70 namespace v8 {
75 class V8 : public AllStatic {
114 // True if V8 has ever been run
126 } } // namespace v8::internal
128 namespace i = v8::internal;