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

Unified Diff: src/compilation-cache.h

Issue 8417035: Introduce extended mode. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased version. Created 9 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
Index: src/compilation-cache.h
diff --git a/src/compilation-cache.h b/src/compilation-cache.h
index 4339d22641d2e01b396936d8357a2e07d3b702df..91ec34cbfedc62d1d1a37417307caebaaa8d3a4c 100644
--- a/src/compilation-cache.h
+++ b/src/compilation-cache.h
@@ -131,7 +131,7 @@ class CompilationCacheEval: public CompilationSubCache {
Handle<SharedFunctionInfo> Lookup(Handle<String> source,
Handle<Context> context,
- StrictModeFlag strict_mode);
+ LanguageMode language_mode);
void Put(Handle<String> source,
Handle<Context> context,
@@ -198,7 +198,7 @@ class CompilationCache {
Handle<SharedFunctionInfo> LookupEval(Handle<String> source,
Handle<Context> context,
bool is_global,
- StrictModeFlag strict_mode);
+ LanguageMode language_mode);
// Returns the regexp data associated with the given regexp if it
// is in cache, otherwise an empty handle.

Powered by Google App Engine
This is Rietveld 408576698