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

Unified Diff: src/api.h

Issue 186723005: New Compilation API, part 1 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: . Created 6 years, 9 months 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
« include/v8.h ('K') | « samples/shell.cc ('k') | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.h
diff --git a/src/api.h b/src/api.h
index 9fc99d9d2a0e9b021345a49b65e19664f452445a..aa8feefd96fcd433bf32625f043a446a0988181d 100644
--- a/src/api.h
+++ b/src/api.h
@@ -184,6 +184,7 @@ class RegisteredExtension {
V(String, String) \
V(Symbol, Symbol) \
V(Script, Object) \
dcarney 2014/03/10 15:50:35 JSFunction
marja 2014/03/10 17:58:06 Done.
+ V(ContextUnboundScript, Object) \
dcarney 2014/03/10 15:50:35 can this not be SharedFunctionInfo?
marja 2014/03/10 17:58:06 Done.
V(Function, JSFunction) \
V(Message, JSObject) \
V(Context, Context) \
« include/v8.h ('K') | « samples/shell.cc ('k') | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698