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

Unified Diff: src/compiler.h

Issue 28027: Speed up access to global variables from eval scopes. Traverse the... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 10 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
Index: src/compiler.h
===================================================================
--- src/compiler.h (revision 1344)
+++ src/compiler.h (working copy)
@@ -58,6 +58,7 @@
// Compile a String source within a context for Eval.
static Handle<JSFunction> CompileEval(Handle<String> source,
+ Handle<Context> context,
int line_offset,
bool is_global);

Powered by Google App Engine
This is Rietveld 408576698