| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index bbed05f7e57131cb1faf2106bd45018e0e8b1641..c6310eda28b7ee8b55376898465e42e01aaf1ff4 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -7234,6 +7234,7 @@ class JSFunction: public JSObject {
|
| inline Context* context();
|
| inline void set_context(Object* context);
|
| inline JSObject* global_proxy();
|
| + inline Context* native_context();
|
|
|
| // [code]: The generated code object for this function. Executed
|
| // when the function is invoked, e.g. foo() or new foo(). See
|
|
|