| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index ba88b6c5addfb5a866a42ba2fd5f6b56020012f9..fa230d01d630cc17e04134afe350d09ca5b66ad4 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -246,6 +246,7 @@ namespace internal {
|
| F(GeneratorClose, 1, 1) \
|
| F(GeneratorGetFunction, 1, 1) \
|
| F(GeneratorGetReceiver, 1, 1) \
|
| + F(GeneratorGetContext, 1, 1) \
|
| F(GeneratorGetInputOrDebugPos, 1, 1) \
|
| F(GeneratorGetContinuation, 1, 1) \
|
| F(GeneratorGetSourcePosition, 1, 1) \
|
|
|