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 {233 class V8_EXPORT HeapGraphEdge {269 class V8_EXPORT HeapGraphNode {319 class V8_EXPORT OutputStream { // NOLINT350 class V8_EXPORT HeapSnapshot {[all …]
43 # define V8_EXPORT __declspec(dllexport) macro45 # define V8_EXPORT __declspec(dllimport) macro47 # define V8_EXPORT macro55 # define V8_EXPORT __attribute__ ((visibility("default"))) macro57 # define V8_EXPORT macro60 # define V8_EXPORT macro864 class V8_EXPORT HandleScope {917 class V8_EXPORT EscapableHandleScope : public HandleScope {946 class V8_EXPORT SealHandleScope {971 class V8_EXPORT Data {[all …]
15 class V8_EXPORT Testing {
20 class V8_EXPORT FastAccessorBuilder {
26 class V8_EXPORT Debug {
8880 Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h (Chromium12249 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source15106 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)