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

Unified Diff: src/stub-cache.h

Issue 6576024: (early draft) Strict mode - throw exception on assignment to read only property. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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/stub-cache.h
diff --git a/src/stub-cache.h b/src/stub-cache.h
index 4638da2ad72da5c2702647384871415bf1aa35fb..b5aff51b2879f16aa6da41a8e216ab873bb14043 100644
--- a/src/stub-cache.h
+++ b/src/stub-cache.h
@@ -181,7 +181,8 @@ class StubCache : public AllStatic {
MUST_USE_RESULT static MaybeObject* ComputeKeyedLoadOrStoreExternalArray(
JSObject* receiver,
- bool is_store);
+ bool is_store,
+ Code::ExtraICState extra_ic_state);
Martin Maly 2011/02/24 06:33:34 I am leaning toward changing all of these to Stric
Lasse Reichstein 2011/02/24 12:37:54 Agree. If the extra IC state is just the one bit,
// ---

Powered by Google App Engine
This is Rietveld 408576698