summaryrefslogtreecommitdiff
path: root/Source/WebCore/ForwardingHeaders/heap
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/ForwardingHeaders/heap')
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/DeleteAllCodeEffort.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/GCFinalizationCallback.h3
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/HandleTypes.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/Heap.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/HeapInlines.h3
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/HeapObserver.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/IncrementalSweeper.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/LockDuringMarking.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/MachineStackMarker.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/MarkedAllocatorInlines.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/MarkedBlockInlines.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/MarkingConstraint.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/RunningScope.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/SlotVisitor.h30
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/SlotVisitorInlines.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/Strong.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/StrongInlines.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/SubspaceInlines.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/VisitingTimeout.h2
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/Weak.h4
-rw-r--r--Source/WebCore/ForwardingHeaders/heap/WeakInlines.h4
21 files changed, 90 insertions, 0 deletions
diff --git a/Source/WebCore/ForwardingHeaders/heap/DeleteAllCodeEffort.h b/Source/WebCore/ForwardingHeaders/heap/DeleteAllCodeEffort.h
new file mode 100644
index 000000000..133c6fb6a
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/DeleteAllCodeEffort.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_DeleteAllCodeEffort_h
+#define WebCore_FWD_DeleteAllCodeEffort_h
+#include <JavaScriptCore/DeleteAllCodeEffort.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/GCFinalizationCallback.h b/Source/WebCore/ForwardingHeaders/heap/GCFinalizationCallback.h
new file mode 100644
index 000000000..075ac7e31
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/GCFinalizationCallback.h
@@ -0,0 +1,3 @@
+#pragma once
+#include <JavaScriptCore/GCFinalizationCallback.h>
+
diff --git a/Source/WebCore/ForwardingHeaders/heap/HandleTypes.h b/Source/WebCore/ForwardingHeaders/heap/HandleTypes.h
new file mode 100644
index 000000000..e93ac5368
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/HandleTypes.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/HandleTypes.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/Heap.h b/Source/WebCore/ForwardingHeaders/heap/Heap.h
new file mode 100644
index 000000000..810fa3c15
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/Heap.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Heap_h
+#define WebCore_FWD_Heap_h
+#include <JavaScriptCore/Heap.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/HeapInlines.h b/Source/WebCore/ForwardingHeaders/heap/HeapInlines.h
new file mode 100644
index 000000000..987ab5c97
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/HeapInlines.h
@@ -0,0 +1,3 @@
+#pragma once
+#include <JavaScriptCore/HeapInlines.h>
+
diff --git a/Source/WebCore/ForwardingHeaders/heap/HeapObserver.h b/Source/WebCore/ForwardingHeaders/heap/HeapObserver.h
new file mode 100644
index 000000000..d8921c26a
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/HeapObserver.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_HeapObserver_h
+#define WebCore_FWD_HeapObserver_h
+#include <JavaScriptCore/HeapObserver.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/IncrementalSweeper.h b/Source/WebCore/ForwardingHeaders/heap/IncrementalSweeper.h
new file mode 100644
index 000000000..f52ebdea0
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/IncrementalSweeper.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/IncrementalSweeper.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/LockDuringMarking.h b/Source/WebCore/ForwardingHeaders/heap/LockDuringMarking.h
new file mode 100644
index 000000000..f13d140f1
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/LockDuringMarking.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_LockDuringMarking_h
+#define WebCore_FWD_LockDuringMarking_h
+#include <JavaScriptCore/LockDuringMarking.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/MachineStackMarker.h b/Source/WebCore/ForwardingHeaders/heap/MachineStackMarker.h
new file mode 100644
index 000000000..fb80b57b1
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/MachineStackMarker.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/MachineStackMarker.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/MarkedAllocatorInlines.h b/Source/WebCore/ForwardingHeaders/heap/MarkedAllocatorInlines.h
new file mode 100644
index 000000000..02abc9626
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/MarkedAllocatorInlines.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/MarkedAllocatorInlines.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/MarkedBlockInlines.h b/Source/WebCore/ForwardingHeaders/heap/MarkedBlockInlines.h
new file mode 100644
index 000000000..0dd0be820
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/MarkedBlockInlines.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/MarkedBlockInlines.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/MarkingConstraint.h b/Source/WebCore/ForwardingHeaders/heap/MarkingConstraint.h
new file mode 100644
index 000000000..6a00f523a
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/MarkingConstraint.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/MarkingConstraint.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/RunningScope.h b/Source/WebCore/ForwardingHeaders/heap/RunningScope.h
new file mode 100644
index 000000000..05cbb08ef
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/RunningScope.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/RunningScope.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/SlotVisitor.h b/Source/WebCore/ForwardingHeaders/heap/SlotVisitor.h
new file mode 100644
index 000000000..df8fb4db2
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/SlotVisitor.h
@@ -0,0 +1,30 @@
+/*
+ * Copyright (C) 2011 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef WebCore_FWD_SlotVisitor_h
+#define WebCore_FWD_SlotVisitor_h
+#include <JavaScriptCore/SlotVisitor.h>
+#include <JavaScriptCore/SlotVisitorInlines.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/SlotVisitorInlines.h b/Source/WebCore/ForwardingHeaders/heap/SlotVisitorInlines.h
new file mode 100644
index 000000000..4a219bbda
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/SlotVisitorInlines.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_SlotVisitorInlines_h
+#define WebCore_FWD_SlotVisitorInlines_h
+#include <JavaScriptCore/SlotVisitorInlines.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/Strong.h b/Source/WebCore/ForwardingHeaders/heap/Strong.h
new file mode 100644
index 000000000..31eb46d49
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/Strong.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Strong_h
+#define WebCore_FWD_Strong_h
+#include <JavaScriptCore/Strong.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/StrongInlines.h b/Source/WebCore/ForwardingHeaders/heap/StrongInlines.h
new file mode 100644
index 000000000..0f9856111
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/StrongInlines.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_StrongInlines_h
+#define WebCore_FWD_StrongInlines_h
+#include <JavaScriptCore/StrongInlines.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/SubspaceInlines.h b/Source/WebCore/ForwardingHeaders/heap/SubspaceInlines.h
new file mode 100644
index 000000000..35678cfd4
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/SubspaceInlines.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/SubspaceInlines.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/VisitingTimeout.h b/Source/WebCore/ForwardingHeaders/heap/VisitingTimeout.h
new file mode 100644
index 000000000..d427a5a15
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/VisitingTimeout.h
@@ -0,0 +1,2 @@
+#pragma once
+#include <JavaScriptCore/VisitingTimeout.h>
diff --git a/Source/WebCore/ForwardingHeaders/heap/Weak.h b/Source/WebCore/ForwardingHeaders/heap/Weak.h
new file mode 100644
index 000000000..182542cfe
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/Weak.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_Weak_h
+#define WebCore_FWD_Weak_h
+#include <JavaScriptCore/Weak.h>
+#endif
diff --git a/Source/WebCore/ForwardingHeaders/heap/WeakInlines.h b/Source/WebCore/ForwardingHeaders/heap/WeakInlines.h
new file mode 100644
index 000000000..9a1f58285
--- /dev/null
+++ b/Source/WebCore/ForwardingHeaders/heap/WeakInlines.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_WeakInlines_h
+#define WebCore_FWD_WeakInlines_h
+#include <JavaScriptCore/WeakInlines.h>
+#endif