diff options
author | Ryan <ry@tinyclouds.org> | 2009-08-06 13:36:45 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-08-06 13:36:45 +0200 |
commit | 8bb8b4b570ab47a1423f79d35773428adac0137c (patch) | |
tree | feab103097f16d94b1a7488d8eca4ae93f58276a /deps/v8/src/ast.h | |
parent | b849d50288a440fa6479f34f3caa56b8b57ce78f (diff) | |
download | node-new-8bb8b4b570ab47a1423f79d35773428adac0137c.tar.gz |
Upgrade v8 to 1.3.2
Diffstat (limited to 'deps/v8/src/ast.h')
-rw-r--r-- | deps/v8/src/ast.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/ast.h b/deps/v8/src/ast.h index 406d43d056..3a309ac96a 100644 --- a/deps/v8/src/ast.h +++ b/deps/v8/src/ast.h @@ -821,9 +821,6 @@ class VariableProxy: public Expression { return (variable == NULL) ? false : variable->is_arguments(); } - // If this assertion fails it means that some code has tried to - // treat the special "this" variable as an ordinary variable with - // the name "this". Handle<String> name() const { return name_; } Variable* var() const { return var_; } UseCount* var_uses() { return &var_uses_; } |