| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index a2d4b4fa794bebb29cb3436b6cae76bb0452e775..a5dc950d4ddda0881412b6f3b7d653f68408956c 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -80,6 +80,7 @@ enum ContextLookupFlags {
|
| V(ASYNC_FUNCTION_PROMISE_RELEASE_INDEX, JSFunction, \
|
| async_function_promise_release) \
|
| V(DERIVED_GET_TRAP_INDEX, JSFunction, derived_get_trap) \
|
| + V(DEBUG_LIVE_EDIT_INDEX, JSObject, debug_live_edit) \
|
| V(ERROR_FUNCTION_INDEX, JSFunction, error_function) \
|
| V(ERROR_TO_STRING, JSFunction, error_to_string) \
|
| V(EVAL_ERROR_FUNCTION_INDEX, JSFunction, eval_error_function) \
|
|
|