Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Unified Diff: src/messages.h

Issue 1817093002: Add parsing for object types (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@types-1810943002-tuple
Patch Set: Minor changes, add tests and bug fix Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ast/ast.h ('k') | src/parsing/parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index f3efb9b5a95ee8a3058809edf99b63a5ae84bcd8..62bf050ee73322c349ce81f4995beb5e9c05bc44 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -468,6 +468,7 @@ class CallSite {
T(InvalidType, "Invalid type.") \
T(BadFunctionOrConstructorType, \
"Expecting '=>' in function or constructor type.") \
+ T(BadIndexType, "Invalid index type: expected 'number' or 'string'") \
/* EvalError */ \
T(CodeGenFromStrings, "%") \
/* URIError */ \
« no previous file with comments | « src/ast/ast.h ('k') | src/parsing/parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698