HomeSort by relevance Sort by last modified time
    Searched defs:V8 (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 36 namespace V8 {
72 friend class V8::Bindings::QtDRTNodeRuntime;
  /external/v8/src/
v8.h 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 { namespace
74 class V8 : public AllStatic {
124 // True if V8 has ever been run
147 } } // namespace v8::interna
    [all...]
  /external/llvm/unittests/Support/
AlignOfTest.cpp 77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); };
88 V8::~V8() {}
134 [AlignOf<V8>::Alignment > 0];
174 EXPECT_LE(alignOf<V1>(), alignOf<V8>());
254 // appears to be benign: alignOf<V8>() produces a preposterous value: 12
256 EXPECT_EQ(alignOf<V8>(), alignOf<AlignedCharArrayUnion<V8> >());
319 // benign: sizeof(V8) is only 52 bytes, but our array reserves 56
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.h 37 namespace V8 {
175 friend class V8::Bindings::QtWebElementRuntime;
  /external/v8/include/
v8.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 /** \mainpage V8 API Reference Guide
30 * V8 is Google's open source JavaScript engine.
33 * V8 header file, include/v8.h.
35 * For other documentation see http://code.google.com/apis/v8/
45 // Setup for Windows DLL export/import. When building the V8 DLL the
47 // the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8
48 // static library or building a program which uses the V8 static library neithe
79 namespace v8 { namespace
    [all...]

Completed in 106 milliseconds