| Index: tools/external-reference-check.py
|
| diff --git a/tools/external-reference-check.py b/tools/external-reference-check.py
|
| index bced8d478d085590c1324867c8a6f472ad0467af..287eca42515b9d909b646ada42722b0ab046c3be 100644
|
| --- a/tools/external-reference-check.py
|
| +++ b/tools/external-reference-check.py
|
| @@ -16,6 +16,7 @@ WORKSPACE = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), ".."))
|
|
|
| # Ignore those.
|
| BLACKLISTED = [
|
| + "fixed_typed_array_base_data_offset",
|
| "page_flags",
|
| "math_exp_constants",
|
| "math_exp_log_table",
|
|
|