Index: src/objects/object-macros-undef.h |
diff --git a/src/objects/object-macros-undef.h b/src/objects/object-macros-undef.h |
index 571e84a3e974eb72afe8c778befd447a304b9e0d..cbcbfac458959a4fb567dbb2ee1fb64362ab97ec 100644 |
--- a/src/objects/object-macros-undef.h |
+++ b/src/objects/object-macros-undef.h |
@@ -2,9 +2,58 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#undef CAST_ACCESSOR |
#undef DECL_BOOLEAN_ACCESSORS |
#undef DECL_INT_ACCESSORS |
#undef DECL_ACCESSORS |
#undef DECLARE_CAST |
+#undef CAST_ACCESSOR |
+#undef INT_ACCESSORS |
+#undef ACCESSORS_CHECKED2 |
+#undef ACCESSORS_CHECKED |
+#undef ACCESSORS |
+#undef SMI_ACCESSORS_CHECKED |
+#undef SMI_ACCESSORS |
+#undef SYNCHRONIZED_SMI_ACCESSORS |
+#undef NOBARRIER_SMI_ACCESSORS |
+#undef BOOL_GETTER |
+#undef BOOL_ACCESSORS |
+#undef TYPE_CHECKER |
+#undef FIELD_ADDR |
+#undef FIELD_ADDR_CONST |
+#undef READ_FIELD |
+#undef ACQUIRE_READ_FIELD |
+#undef NOBARRIER_READ_FIELD |
+#undef WRITE_FIELD |
+#undef RELEASE_WRITE_FIELD |
+#undef NOBARRIER_WRITE_FIELD |
+#undef WRITE_BARRIER |
+#undef CONDITIONAL_WRITE_BARRIER |
+#undef READ_DOUBLE_FIELD |
+#undef WRITE_DOUBLE_FIELD |
+#undef READ_INT_FIELD |
+#undef WRITE_INT_FIELD |
+#undef READ_INTPTR_FIELD |
+#undef WRITE_INTPTR_FIELD |
+#undef READ_UINT8_FIELD |
+#undef WRITE_UINT8_FIELD |
+#undef READ_INT8_FIELD |
+#undef WRITE_INT8_FIELD |
+#undef READ_UINT16_FIELD |
+#undef WRITE_UINT16_FIELD |
+#undef READ_INT16_FIELD |
+#undef WRITE_INT16_FIELD |
+#undef READ_UINT32_FIELD |
+#undef WRITE_UINT32_FIELD |
+#undef READ_INT32_FIELD |
+#undef WRITE_INT32_FIELD |
+#undef READ_FLOAT_FIELD |
+#undef WRITE_FLOAT_FIELD |
+#undef READ_UINT64_FIELD |
+#undef WRITE_UINT64_FIELD |
+#undef READ_INT64_FIELD |
+#undef WRITE_INT64_FIELD |
+#undef READ_BYTE_FIELD |
+#undef NOBARRIER_READ_BYTE_FIELD |
+#undef WRITE_BYTE_FIELD |
+#undef NOBARRIER_WRITE_BYTE_FIELD |
#undef DECLARE_VERIFIER |