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

Unified Diff: src/isolate.h

Issue 16955008: Enable weak embedded maps in optimized code. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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/flag-definitions.h ('k') | src/isolate.cc » ('j') | src/isolate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 76a5a41e70ab0b32502d10a5c9ed37ad22789985..f773ad8dce77659c9a0eefb96025890df444cd28 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -741,6 +741,8 @@ class Isolate {
int limit);
void CaptureAndSetDetailedStackTrace(Handle<JSObject> error_object);
+ StackFrame* TopOptimizedFrame();
Michael Starzinger 2013/07/02 14:20:54 Can we inline this functionality into mark-compact
ulan 2013/07/02 14:45:41 Done.
+
// Returns if the top context may access the given global object. If
// the result is false, the pending exception is guaranteed to be
// set.
« no previous file with comments | « src/flag-definitions.h ('k') | src/isolate.cc » ('j') | src/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698