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

Unified Diff: trunk/src/execution.cc

Issue 505062: Merge r3505 and r3509 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years 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 | « trunk/src/contexts.cc ('k') | trunk/src/ia32/codegen-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/execution.cc
===================================================================
--- trunk/src/execution.cc (revision 3508)
+++ trunk/src/execution.cc (working copy)
@@ -79,6 +79,10 @@
receiver = Handle<JSObject>(global->global_receiver());
}
+ // Make sure that the global object of the context we're about to
+ // make the current one is indeed a global object.
+ ASSERT(func->context()->global()->IsGlobalObject());
+
{
// Save and restore context around invocation and block the
// allocation of handles without explicit handle scopes.
« no previous file with comments | « trunk/src/contexts.cc ('k') | trunk/src/ia32/codegen-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698