Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo

This commit is contained in:
Jan de Mooij
2014-10-17 10:19:40 +02:00
parent 45854654f9
commit 2ff41ee575
41 changed files with 1465 additions and 988 deletions

View File

@@ -58,7 +58,6 @@ const char js_break_str[] = "break";
const char js_case_str[] = "case";
const char js_catch_str[] = "catch";
const char js_class_str[] = "class";
const char js_close_str[] = "close";
const char js_const_str[] = "const";
const char js_continue_str[] = "continue";
const char js_debugger_str[] = "debugger";