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

/external/v8/src/
H A Dv8.h1 // Copyright 2011 the V8 project authors. All rights reserved.
15 class V8 : public AllStatic { class in namespace:v8::internal
/external/flatbuffers/tests/MyGame/Example/
H A DTypeAliases.py92 def V8(self, j): member in class:TypeAliases
H A DTypeAliases.cs40 public sbyte V8(int j) { int o = __p.__offset(24); return o != 0 ? __p.bb.GetSbyte(__p.__vector(o) + j * 1) : (sbyte)0; } method in struct:MyGame.Example.TypeAliases
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp77 struct V8 : V5, virtual V6, V7 { double zz; struct in namespace:__anon15031
78 ~V8() override;
90 V8::~V8() {}
152 [AlignOf<V8>::Alignment > 0];
192 EXPECT_LE(alignOf<V1>(), alignOf<V8>());
276 // appears to be benign: alignOf<V8>() produces a preposterous value: 12
278 EXPECT_EQ(alignOf<V8>(), alignOf<AlignedCharArrayUnion<V8> >());
341 // benign: sizeof(V8) i
[all...]
/external/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.CompileEvalMicroSeconds':
109 'V8.ParseMicroSeconds':
111 'V8.PreParseMicroSeconds':
113 'V8
[all...]
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp318 __declspec(property(get=GetV)) int V8; // no-warning member in struct:pure_virtual_dtor_inline::StructWithProperty
330 sp.V8;
331 sp.V8 = 0; // expected-error {{no setter defined for property 'V8'}}
/external/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.
28 // We reserve the V8_* prefix for macros defined in V8 public API and
33 // Setup for Windows DLL export/import. When building the V8 DLL the
35 // the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8
36 // static library or building a program which uses the V8 static library neither
1170 // which will be called when V8 n
7370 class V8_EXPORT V8 { class in namespace:v8
[all...]

Completed in 215 milliseconds