Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: src/objects.h

Issue 1466643002: [turbofan] Initial support for Array constructor specialization. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed Michi's comments. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/verifier.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/compiler/verifier.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698