| Index: src/frames.h
|
| ===================================================================
|
| --- src/frames.h (revision 8931)
|
| +++ src/frames.h (working copy)
|
| @@ -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 @@
|
| // Accessors.
|
| inline State state() const;
|
|
|
| + inline Object** context_address() const;
|
| inline Address* pc_address() const;
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(StackHandler);
|
|
|