Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h31 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 { // NOLINT
473 class V8_EXPORT HeapSnapshot {
[all …]
Dv8-inspector.h36 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 {
Dv8.h39 # define V8_EXPORT __declspec(dllexport) macro
41 # define V8_EXPORT __declspec(dllimport) macro
43 # define V8_EXPORT macro
51 # define V8_EXPORT __attribute__ ((visibility("default"))) macro
53 # define V8_EXPORT macro
56 # define V8_EXPORT macro
963 class V8_EXPORT HandleScope {
1019 class V8_EXPORT EscapableHandleScope : public HandleScope {
1060 class V8_EXPORT SealHandleScope {
1088 class V8_EXPORT Data {
[all …]
Dv8-testing.h15 class V8_EXPORT Testing {
/external/v8/src/inspector/
Dtest-interface.h14 V8_EXPORT void SetMaxAsyncTaskStacksForTest(V8Inspector* inspector, int limit);
15 V8_EXPORT void DumpAsyncTaskStacksStateForTest(V8Inspector* inspector);
/external/v8/
DChangeLog40056 Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h (Chromium
43425 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source
46282 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)