Home | History | Annotate | Download | only in src

Lines Matching refs:v8

1 // Copyright 2012 the V8 project authors. All rights reserved.
62 namespace v8 {
90 #error Host architecture was not detected as supported by v8
107 #error Target architecture was not detected as supported by v8
151 #error Target architecture is not supported by v8
308 (reinterpret_cast<v8::internal::Address>(reinterpret_cast<intptr_t>(f)))
368 // Declarations for use in both the preparser and the rest of V8.
370 // The different language modes that V8 implements. ES5 defines two language
380 // 'classic mode' is used in V8 instead to avoid mix-ups.
400 } } // namespace v8::internal