1 // Copyright 2016 the V8 project authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // PRESUBMIT_INTENTIONALLY_MISSING_INCLUDE_GUARD 6 7 #undef DECL_PRIMITIVE_ACCESSORS 8 #undef DECL_BOOLEAN_ACCESSORS 9 #undef DECL_INT_ACCESSORS 10 #undef DECL_ACCESSORS 11 #undef DECL_CAST 12 #undef CAST_ACCESSOR 13 #undef INT_ACCESSORS 14 #undef ACCESSORS_CHECKED2 15 #undef ACCESSORS_CHECKED 16 #undef ACCESSORS 17 #undef WEAK_ACCESSORS_CHECKED 18 #undef WEAK_ACCESSORS_CHECKED2 19 #undef WEAK_ACCESSORS 20 #undef SMI_ACCESSORS_CHECKED 21 #undef SMI_ACCESSORS 22 #undef SYNCHRONIZED_SMI_ACCESSORS 23 #undef RELAXED_SMI_ACCESSORS 24 #undef BOOL_GETTER 25 #undef BOOL_ACCESSORS 26 #undef BIT_FIELD_ACCESSORS 27 #undef INSTANCE_TYPE_CHECKER 28 #undef TYPE_CHECKER 29 #undef FIELD_ADDR 30 #undef READ_FIELD 31 #undef READ_WEAK_FIELD 32 #undef ACQUIRE_READ_FIELD 33 #undef RELAXED_READ_FIELD 34 #undef WRITE_FIELD 35 #undef WRITE_WEAK_FIELD 36 #undef RELEASE_WRITE_FIELD 37 #undef RELAXED_WRITE_FIELD 38 #undef WRITE_BARRIER 39 #undef CONDITIONAL_WRITE_BARRIER 40 #undef CONDITIONAL_WEAK_WRITE_BARRIER 41 #undef READ_DOUBLE_FIELD 42 #undef WRITE_DOUBLE_FIELD 43 #undef READ_INT_FIELD 44 #undef WRITE_INT_FIELD 45 #undef READ_INTPTR_FIELD 46 #undef WRITE_INTPTR_FIELD 47 #undef RELAXED_READ_INTPTR_FIELD 48 #undef RELAXED_WRITE_INTPTR_FIELD 49 #undef READ_UINT8_FIELD 50 #undef WRITE_UINT8_FIELD 51 #undef READ_INT8_FIELD 52 #undef WRITE_INT8_FIELD 53 #undef READ_UINT16_FIELD 54 #undef WRITE_UINT16_FIELD 55 #undef READ_INT16_FIELD 56 #undef WRITE_INT16_FIELD 57 #undef READ_UINT32_FIELD 58 #undef WRITE_UINT32_FIELD 59 #undef READ_INT32_FIELD 60 #undef WRITE_INT32_FIELD 61 #undef READ_FLOAT_FIELD 62 #undef WRITE_FLOAT_FIELD 63 #undef READ_UINT64_FIELD 64 #undef WRITE_UINT64_FIELD 65 #undef READ_INT64_FIELD 66 #undef WRITE_INT64_FIELD 67 #undef READ_BYTE_FIELD 68 #undef RELAXED_READ_BYTE_FIELD 69 #undef WRITE_BYTE_FIELD 70 #undef RELAXED_WRITE_BYTE_FIELD 71 #undef DECL_VERIFIER 72 #undef DEFINE_DEOPT_ELEMENT_ACCESSORS 73 #undef DEFINE_DEOPT_ENTRY_ACCESSORS 74