Home | History | Annotate | Download | only in src

Lines Matching refs:V8

1 // Copyright 2011 the V8 project authors. All rights reserved.
29 // Top include for all V8 .cc files.
38 // V8 only uses DEBUG and whenever it is set we are building a debug
39 // version of V8. We do not use NDEBUG and simply undef it here for
45 // V8 only uses DEBUG, but included external files
52 #include "../include/v8.h"
69 namespace v8 {
74 class V8 : public AllStatic {
124 // True if V8 has ever been run
147 } } // namespace v8::internal
149 namespace i = v8::internal;