| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 6619d118ae409efb68e04adeb7d93cf9f56c1fc3..65d097ba7a240026a177673c69018d073edca0a8 100644
|
| --- a/src/contexts.h
|
| +++ b/src/contexts.h
|
| @@ -36,6 +36,7 @@ enum ContextLookupFlags {
|
|
|
| #define NATIVE_CONTEXT_INTRINSIC_FUNCTIONS(V) \
|
| V(IS_ARRAYLIKE, JSFunction, is_arraylike) \
|
| + V(GENERATOR_NEXT_INTERNAL, JSFunction, generator_next_internal) \
|
| V(GET_TEMPLATE_CALL_SITE_INDEX, JSFunction, get_template_call_site) \
|
| V(MAKE_ERROR_INDEX, JSFunction, make_error) \
|
| V(MAKE_RANGE_ERROR_INDEX, JSFunction, make_range_error) \
|
|
|