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

Unified Diff: src/field-index.h

Issue 534243002: Add %LoadMutableDouble index check. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | src/field-index-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/field-index.h
diff --git a/src/field-index.h b/src/field-index.h
index 2558529070b8a09a787208dc897486d0d4d69d27..bd6b4e72ded6c04d9710a51c703663e3c35addf2 100644
--- a/src/field-index.h
+++ b/src/field-index.h
@@ -30,6 +30,8 @@ class FieldIndex FINAL {
int GetLoadByFieldIndex() const;
+ static bool LoadByFieldIndexValid(int index);
+
bool is_inobject() const {
return IsInObjectBits::decode(bit_field_);
}
« no previous file with comments | « no previous file | src/field-index-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698