summaryrefslogtreecommitdiff
path: root/deps/v8/src/scopes.cc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2012-01-16 14:37:57 -0800
committerRyan Dahl <ry@tinyclouds.org>2012-01-16 14:37:57 -0800
commit60040a4f366d436d759729530f4d19e7e1958e51 (patch)
tree953a40adf24a0826836cc69843ea80d197a12dab /deps/v8/src/scopes.cc
parent1afd0b52fe9bb4642a44b48dabf9d7b26d00e4ab (diff)
downloadnode-new-60040a4f366d436d759729530f4d19e7e1958e51.tar.gz
Upgrade V8 to 3.8.6
Diffstat (limited to 'deps/v8/src/scopes.cc')
-rw-r--r--deps/v8/src/scopes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/scopes.cc b/deps/v8/src/scopes.cc
index 4a6d0a7fae..d0ee8ec7f2 100644
--- a/deps/v8/src/scopes.cc
+++ b/deps/v8/src/scopes.cc
@@ -808,7 +808,7 @@ void Scope::Print(int n) {
PrintF(")");
}
- PrintF(" {\n");
+ PrintF(" { // (%d, %d)\n", start_position(), end_position());
// Function name, if any (named function literals, only).
if (function_ != NULL) {