cleaned up linux warnings, minor debugger tweaks
git-svn-id: svn://10.0.0.236/trunk@74039 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3149,7 +3149,7 @@ JS::StmtNode *JS::Parser::parseTry(uint32 pos)
|
||||
//
|
||||
// If the first token was peeked, it should be have been done with preferRegExp set to true.
|
||||
// After parseStatement finishes, the next token might have been peeked with preferRegExp set to true.
|
||||
JS::StmtNode *JS::Parser::parseStatement(bool topLevel, bool inSwitch, SemicolonState &semicolonState)
|
||||
JS::StmtNode *JS::Parser::parseStatement(bool /*topLevel*/, bool inSwitch, SemicolonState &semicolonState)
|
||||
{
|
||||
StmtNode *s;
|
||||
ExprNode *e = 0;
|
||||
|
||||
Reference in New Issue
Block a user