Searched refs:V8_EXPORT (Results 1 – 6 of 6) sorted by relevance
31 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>;36 struct V8_EXPORT CpuProfileDeoptInfo {45 template class V8_EXPORT std::vector<v8::CpuProfileDeoptInfo>;122 class V8_EXPORT CpuProfileNode {215 class V8_EXPORT CpuProfile {276 class V8_EXPORT CpuProfiler {356 class V8_EXPORT HeapGraphEdge {392 class V8_EXPORT HeapGraphNode {442 class V8_EXPORT OutputStream { // NOLINT473 class V8_EXPORT HeapSnapshot {[all …]
36 class V8_EXPORT StringView {63 class V8_EXPORT StringBuffer {71 class V8_EXPORT V8ContextInfo {100 class V8_EXPORT V8StackTrace {119 class V8_EXPORT V8InspectorSession {124 class V8_EXPORT Inspectable {163 class V8_EXPORT V8InspectorClient {228 struct V8_EXPORT V8StackTraceId {239 class V8_EXPORT V8Inspector {278 class V8_EXPORT Channel {
39 # define V8_EXPORT __declspec(dllexport) macro41 # define V8_EXPORT __declspec(dllimport) macro43 # define V8_EXPORT macro51 # define V8_EXPORT __attribute__ ((visibility("default"))) macro53 # define V8_EXPORT macro56 # define V8_EXPORT macro963 class V8_EXPORT HandleScope {1019 class V8_EXPORT EscapableHandleScope : public HandleScope {1060 class V8_EXPORT SealHandleScope {1088 class V8_EXPORT Data {[all …]
15 class V8_EXPORT Testing {
14 V8_EXPORT void SetMaxAsyncTaskStacksForTest(V8Inspector* inspector, int limit);15 V8_EXPORT void DumpAsyncTaskStacksStateForTest(V8Inspector* inspector);
40056 Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h (Chromium43425 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source46282 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)