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

Unified Diff: src/accessors.cc

Issue 27133: - Pass the knowledge whether the old GC is compacting to the GC prologue and ... (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
« no previous file with comments | « no previous file | src/builtins.cc » ('j') | src/macro-assembler-arm.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.cc
===================================================================
--- src/accessors.cc (revision 1355)
+++ src/accessors.cc (working copy)
@@ -387,7 +387,7 @@
if (frame->function() != *function) continue;
// If there is an arguments variable in the stack, we return that.
- int index = ScopeInfo<>::StackSlotIndex(frame->FindCode(),
+ int index = ScopeInfo<>::StackSlotIndex(frame->code(),
Heap::arguments_symbol());
Kevin Millikin (Chromium) 2009/02/25 14:54:33 Screwy indentation here.
Kasper Lund 2009/02/25 15:00:19 Indentation is slightly off here.
iposva 2009/02/25 16:42:54 Done.
iposva 2009/02/25 16:42:54 Done.
if (index >= 0) return frame->GetExpression(index);
« no previous file with comments | « no previous file | src/builtins.cc » ('j') | src/macro-assembler-arm.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698