Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user