ASSERT関数を実装,関数定義の後のコードが実行されない問題を修正
This commit is contained in:
@@ -537,6 +537,7 @@ class Parser
|
||||
}
|
||||
isFuncReturnExpr = node.returnExpr;//面倒くさい
|
||||
node.functionBody = functionStatements();
|
||||
lex.popFront();
|
||||
isFuncReturnExpr = false;
|
||||
return node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user