Home
last modified time | relevance | path

Searched refs:V8_EXPORT (Results 1 – 6 of 6) sorted by relevance

/external/v8/include/
Dv8-profiler.h30 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>;
35 struct V8_EXPORT CpuProfileDeoptInfo {
44 template class V8_EXPORT std::vector<v8::CpuProfileDeoptInfo>;
52 class V8_EXPORT CpuProfileNode {
129 class V8_EXPORT CpuProfile {
181 class V8_EXPORT CpuProfiler {
226 class V8_EXPORT HeapGraphEdge {
262 class V8_EXPORT HeapGraphNode {
312 class V8_EXPORT OutputStream { // NOLINT
343 class V8_EXPORT HeapSnapshot {
[all …]
Dv8.h41 # define V8_EXPORT __declspec(dllexport) macro
43 # define V8_EXPORT __declspec(dllimport) macro
45 # define V8_EXPORT macro
53 # define V8_EXPORT __attribute__ ((visibility("default"))) macro
55 # define V8_EXPORT macro
58 # define V8_EXPORT macro
887 class V8_EXPORT HandleScope {
940 class V8_EXPORT EscapableHandleScope : public HandleScope {
969 class V8_EXPORT SealHandleScope {
994 class V8_EXPORT Data {
[all …]
Dv8-testing.h15 class V8_EXPORT Testing {
Dv8-experimental.h20 class V8_EXPORT FastAccessorBuilder {
Dv8-debug.h28 class V8_EXPORT Debug {
/external/v8/
DChangeLog4025 Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h (Chromium
7394 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source
10251 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)