| Index: src/contexts-inl.h
|
| diff --git a/src/contexts-inl.h b/src/contexts-inl.h
|
| index 344d5db5784cae76ea9c857ee38fa7103231867b..5d62a04a3450e8e8e84209136ae30c81f61ca7c9 100644
|
| --- a/src/contexts-inl.h
|
| +++ b/src/contexts-inl.h
|
| @@ -56,6 +56,7 @@ Context* Context::previous() {
|
| }
|
| void Context::set_previous(Context* context) { set(PREVIOUS_INDEX, context); }
|
|
|
| +Object* Context::next_context_link() { return get(Context::NEXT_CONTEXT_LINK); }
|
|
|
| bool Context::has_extension() { return !extension()->IsTheHole(); }
|
| HeapObject* Context::extension() {
|
|
|