Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 085202951a1461e305935c1c8b98ced61c8b369c..f70790ca113bf65a27cb74736a0f7b05ad930aa4 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -407,6 +407,9 @@ DEFINE_bool(enable_vldr_imm, false, |
// bootstrapper.cc |
DEFINE_string(expose_natives_as, NULL, "expose natives in global object") |
DEFINE_string(expose_debug_as, NULL, "expose debug in global object") |
+#ifdef ADDRESS_SANITIZER |
+DEFINE_bool(expose_free_buffer, false, "expose freeBuffer extension") |
+#endif |
DEFINE_bool(expose_gc, false, "expose gc extension") |
DEFINE_string(expose_gc_as, NULL, |
"expose gc extension under the specified name") |