| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 1463)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -164,6 +164,9 @@
|
| void SkipFunctionLiteral();
|
| void SkipStringLiteral();
|
|
|
| + void CheckConstructorCallTypeArguments(
|
| + intptr_t pos, Function& constructor, const TypeArguments& type_arguments);
|
| +
|
| // Reports error message at location of current token.
|
| void ErrorMsg(const char* msg, ...);
|
| void ErrorMsg(intptr_t token_index, const char* msg, ...);
|
|
|