Chromium Code Reviews| Index: src/objects/object-macros-undef.h |
| diff --git a/src/objects/object-macros-undef.h b/src/objects/object-macros-undef.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8ec8d48db7c175c61411d7540931256a0be069a5 |
| --- /dev/null |
| +++ b/src/objects/object-macros-undef.h |
| @@ -0,0 +1,8 @@ |
| +// Copyright 2016 the V8 project authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#undef DECL_BOOLEAN_ACCESSORS |
| +#undef DECL_INT_ACCESSORS |
| +#undef DECL_ACCESSORS |
| +#undef DECLARE_CAST |
|
Camillo Bruni
2016/12/20 13:11:38
Ensuring the undeffing would make a perfect presub
|