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 {
233 class V8_EXPORT HeapGraphEdge {
269 class V8_EXPORT HeapGraphNode {
319 class V8_EXPORT OutputStream { // NOLINT
350 class V8_EXPORT HeapSnapshot {
[all …]
Dv8.h43 # define V8_EXPORT __declspec(dllexport) macro
45 # define V8_EXPORT __declspec(dllimport) macro
47 # define V8_EXPORT macro
55 # define V8_EXPORT __attribute__ ((visibility("default"))) macro
57 # define V8_EXPORT macro
60 # define V8_EXPORT macro
864 class V8_EXPORT HandleScope {
917 class V8_EXPORT EscapableHandleScope : public HandleScope {
946 class V8_EXPORT SealHandleScope {
971 class V8_EXPORT Data {
[all …]
Dv8-testing.h15 class V8_EXPORT Testing {
Dv8-experimental.h20 class V8_EXPORT FastAccessorBuilder {
Dv8-debug.h26 class V8_EXPORT Debug {
/external/v8/
DChangeLog8880 Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h (Chromium
12249 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source
15106 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)