| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 74eb2b82ddfa1f8cc31945d0f553f63db49b2b16..b7abdf16c9bda4428abc340daca10dc73efa1d0c 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -420,6 +420,8 @@ typedef List<HeapObject*> DebugObjectCache;
|
| V(bool, is_profiling, false) \
|
| /* true if a trace is being formatted through Error.prepareStackTrace. */ \
|
| V(bool, formatting_stack_trace, false) \
|
| + /* Perform side effect checks on function call and API callbacks. */ \
|
| + V(bool, needs_side_effect_check, false) \
|
| ISOLATE_INIT_SIMULATOR_LIST(V)
|
|
|
| #define THREAD_LOCAL_TOP_ACCESSOR(type, name) \
|
|
|