Home
last modified time | relevance | path

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

/external/chromium_org/v8/include/
Dv8-profiler.h23 class V8_EXPORT CpuProfileNode {
77 class V8_EXPORT CpuProfile {
129 class V8_EXPORT CpuProfiler {
183 class V8_EXPORT HeapGraphEdge {
219 class V8_EXPORT HeapGraphNode {
272 class V8_EXPORT OutputStream { // NOLINT
303 class V8_EXPORT HeapSnapshot {
371 class V8_EXPORT ActivityControl { // NOLINT
390 class V8_EXPORT HeapProfiler {
545 class V8_EXPORT RetainedObjectInfo { // NOLINT
Dv8.h36 # define V8_EXPORT __declspec(dllexport) macro
38 # define V8_EXPORT __declspec(dllimport) macro
40 # define V8_EXPORT macro
48 # define V8_EXPORT __attribute__ ((visibility("default"))) macro
50 # define V8_EXPORT macro
53 # define V8_EXPORT macro
802 class V8_EXPORT HandleScope {
855 class V8_EXPORT EscapableHandleScope : public HandleScope {
913 class V8_EXPORT Data {
952 class V8_EXPORT UnboundScript {
[all …]
Dv8-testing.h15 class V8_EXPORT Testing {
Dv8-debug.h29 class V8_EXPORT Debug {
/external/chromium_org/v8/
DChangeLog1310 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source
4167 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)