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

Unified Diff: src/transitions-inl.h

Issue 223533002: Don't overwrite transition array map while iterating over the transition tree. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | « src/transitions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/transitions-inl.h
diff --git a/src/transitions-inl.h b/src/transitions-inl.h
index dc1620a07dd6ea192f65d1efbbb4b20ff0a93254..63a6c38c79020c2e437c013194beee5dd01fb60f 100644
--- a/src/transitions-inl.h
+++ b/src/transitions-inl.h
@@ -88,12 +88,6 @@ FixedArray* TransitionArray::GetPrototypeTransitions() {
}
-HeapObject* TransitionArray::UncheckedPrototypeTransitions() {
- ASSERT(HasPrototypeTransitions());
- return reinterpret_cast<HeapObject*>(get(kPrototypeTransitionsIndex));
-}
-
-
void TransitionArray::SetPrototypeTransitions(FixedArray* transitions,
WriteBarrierMode mode) {
ASSERT(IsFullTransitionArray());
« no previous file with comments | « src/transitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698