Searched refs:V8_EXPORT (Results 1 – 6 of 6) sorted by relevance
30 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 { // NOLINT343 class V8_EXPORT HeapSnapshot {[all …]
41 # define V8_EXPORT __declspec(dllexport) macro43 # define V8_EXPORT __declspec(dllimport) macro45 # define V8_EXPORT macro53 # define V8_EXPORT __attribute__ ((visibility("default"))) macro55 # define V8_EXPORT macro58 # define V8_EXPORT macro887 class V8_EXPORT HandleScope {940 class V8_EXPORT EscapableHandleScope : public HandleScope {969 class V8_EXPORT SealHandleScope {994 class V8_EXPORT Data {[all …]
15 class V8_EXPORT Testing {
20 class V8_EXPORT FastAccessorBuilder {
28 class V8_EXPORT Debug {
4025 Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h (Chromium7394 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source10251 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)