commit | 756813857a4c2a4d8ad2e805969d5768d3cf43a0 | [log] [tgz] |
---|---|---|
author | Iain Merrick <husky@google.com> | Thu Aug 19 15:07:18 2010 +0100 |
committer | Iain Merrick <husky@google.com> | Mon Aug 23 14:25:34 2010 +0100 |
tree | 002fad3c25654870c9634232d53a48219346c50b | |
parent | bb769b257e753aafcbd96767abb2abc645eaa20c [diff] [blame] |
Update V8 to r5295 as required by WebKit r65615 Change-Id: I1d72d4990703e88b7798919c7a53e12ebf76958a
diff --git a/src/parser.h b/src/parser.h index 89966a6..f918a3a 100644 --- a/src/parser.h +++ b/src/parser.h
@@ -175,6 +175,8 @@ static bool IsCompileTimeValue(Expression* expression); + static bool ArrayLiteralElementNeedsInitialization(Expression* value); + // Get the value as a compile time value. static Handle<FixedArray> GetValue(Expression* expression);