Chromium Code Reviews

Unified Diff: src/runtime.h

Issue 12613007: Harden Function()'s parsing of function literals. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/parser.cc ('k') | src/runtime.cc » ('j') | src/v8natives.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index cd6805c496fddb848ae97ebdd5388b00f7c7d497..ac4a207f45ef46883ed7a2c224b3f18ba88cd418 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -265,7 +265,7 @@ namespace internal {
/* Numbers */ \
\
/* Globals */ \
- F(CompileString, 1, 1) \
+ F(CompileString, 2, 1) \
F(GlobalPrint, 1, 1) \
\
/* Eval */ \
« no previous file with comments | « src/parser.cc ('k') | src/runtime.cc » ('j') | src/v8natives.js » ('J')

Powered by Google App Engine