5#ifndef INCLUDE_CPPGC_PLATFORM_H_
6#define INCLUDE_CPPGC_PLATFORM_H_
10#include "cppgc/source-location.h"
29
30
36
37
38
39
43
44
45
46
47
48
52
53
59
60
61
63 TaskPriority priority) {
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
127 TaskPriority priority, std::unique_ptr<JobTask> job_task) {
132
133
134
135
142
143
144
145
146
147
148
149
150
151
152
153
154
156 size_t desired_heap_size = 0);
159
160
161
162
168 SourceLocation = SourceLocation::Current());
V8_EXPORT void Fatal(const std::string &reason=std::string(), SourceLocation=SourceLocation::Current())
V8_EXPORT void InitializeProcess(PageAllocator *page_allocator=nullptr, size_t desired_heap_size=0)
V8_EXPORT void ShutdownProcess()
V8_EXPORT bool IsInitialized()