| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 2b0cc0f6b474386258415e4a6590a358b9b44d50..c96b28d85e1f13c8e2f427e7e3210ad6db049a94 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6259,6 +6259,9 @@ JSObject* JSFunction::global_proxy() {
|
| }
|
|
|
|
|
| +Context* JSFunction::native_context() { return context()->native_context(); }
|
| +
|
| +
|
| void JSFunction::set_context(Object* value) {
|
| DCHECK(value->IsUndefined() || value->IsContext());
|
| WRITE_FIELD(this, kContextOffset, value);
|
|
|