Home
last modified time | relevance | path

Searched refs:V8_EXPORT (Results 1 – 8 of 8) 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>;
55 class V8_EXPORT TracingCpuProfiler {
136 class V8_EXPORT CpuProfileNode {
229 class V8_EXPORT CpuProfile {
280 class V8_EXPORT CpuProfiler {
344 class V8_EXPORT HeapGraphEdge {
380 class V8_EXPORT HeapGraphNode {
429 class V8_EXPORT OutputStream { // NOLINT
[all …]
Dv8-inspector.h36 class V8_EXPORT StringView {
63 class V8_EXPORT StringBuffer {
71 class V8_EXPORT V8ContextInfo {
100 class V8_EXPORT V8StackTrace {
118 class V8_EXPORT V8InspectorSession {
123 class V8_EXPORT Inspectable {
161 class V8_EXPORT V8InspectorClient {
216 class V8_EXPORT V8Inspector {
250 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
853 class V8_EXPORT HandleScope {
904 class V8_EXPORT EscapableHandleScope : public HandleScope {
930 class V8_EXPORT SealHandleScope {
953 class V8_EXPORT Data {
[all …]
Dv8-testing.h15 class V8_EXPORT Testing {
Dv8-experimental.h20 class V8_EXPORT FastAccessorBuilder {
Dv8-debug.h24 class V8_EXPORT Debug {
/external/v8/src/inspector/
Dtest-interface.h14 V8_EXPORT void SetMaxAsyncTaskStacksForTest(V8Inspector* inspector, int limit);
/external/v8/
DChangeLog19176 Adding missing V8_EXPORT flag in SpaceStatistics class in v8.h (Chromium
22545 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source
25402 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)