Chromium Code Reviews

Unified Diff: src/frames.h

Issue 7618007: Simplify handling of exits from with and catch. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixed bug pointed out in review. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index f542a92d96c453e2c1706d694fd66e092ca6ddad..4f94ebc7d1d7d26cefbcd8c38cfde81493091f48 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -1,4 +1,4 @@
-// Copyright 2006-2008 the V8 project authors. All rights reserved.
+// Copyright 2011 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
@@ -114,6 +114,7 @@ class StackHandler BASE_EMBEDDED {
// Accessors.
inline State state() const;
+ inline Object** context_address() const;
inline Address* pc_address() const;
DISALLOW_IMPLICIT_CONSTRUCTORS(StackHandler);
« src/arm/macro-assembler-arm.cc ('K') | « src/ast.cc ('k') | src/frames-inl.h » ('j') | no next file with comments »

Powered by Google App Engine