| Index: src/contexts.h
|
| diff --git a/src/contexts.h b/src/contexts.h
|
| index 6619d118ae409efb68e04adeb7d93cf9f56c1fc3..151eca3782a31806f6f994c73c36f6686b2f51b7 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_PROTOTYPE_NEXT, JSFunction, generator_prototype_next) \
|
| 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) \
|
|
|