| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 639e1ce9afcb69ae008bb1bb75477388a4aacc33..60f6a6b89a8add7eb7f544d2a63c8f079f1f9347 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -868,6 +868,10 @@ DEFINE_INT(external_allocation_limit_incremental_time, 1,
|
| "Time spent in incremental marking steps (in ms) once the external "
|
| "allocation limit is reached")
|
|
|
| +DEFINE_BOOL(disable_old_api_accessors, false,
|
| + "Disable old-style API accessors whose setters trigger through the "
|
| + "prototype chain")
|
| +
|
| //
|
| // Dev shell flags
|
| //
|
|
|