Searched defs:V8 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Ddictionary_impl.h38 friend class V8{{cpp_class}}; class in class:blink::FINAL
/external/chromium_org/v8/src/
H A Dv8.h1 // Copyright 2011 the V8 project authors. All rights reserved.
6 // Top include for all V8 .cc files.
15 // V8 only uses DEBUG and whenever it is set we are building a debug
16 // version of V8. We do not use NDEBUG and simply undef it here for
22 // V8 only uses DEBUG, but included external files
52 class V8 : public AllStatic { class in namespace:v8::internal
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); }; struct in namespace:__anon26520
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) i
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dcomposer.js1 // Copyright 2013 the V8 project authors. All rights reserved.
97 'V8.Execute':
99 'V8.External':
101 'V8.CompileFullCode':
103 'V8.RecompileSynchronous':
105 'V8.RecompileConcurrent':
107 'V8.CompileEval':
109 'V8.IcMiss':
111 'V8.Parse':
113 'V8
[all...]
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp313 __declspec(property(get=GetV)) int V8; // no-warning member in struct:pure_virtual_dtor_inline::StructWithProperty
324 sp.V8;
325 sp.V8 = 0; // expected-error {{no setter defined for property 'V8'}}
/external/chromium_org/v8/include/
H A Dv8.h1 // Copyright 2012 the V8 project authors. All rights reserved.
5 /** \mainpage V8 API Reference Guide
7 * V8 is Google's open source JavaScript engine.
10 * V8 header file, include/v8.h.
20 // We reserve the V8_* prefix for macros defined in V8 public API and
25 // Setup for Windows DLL export/import. When building the V8 DLL the
27 // the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8
28 // static library or building a program which uses the V8 static library neither
1044 // which will be called when V8 n
4940 class V8_EXPORT V8 { class in namespace:v8
[all...]

Completed in 331 milliseconds