Bug 1141862 - Part 6: Implement ES6 SuperProperty and SuperMember. (r=jorendorff)

This commit is contained in:
Eric Faust
2015-04-08 17:41:01 -07:00
parent df317017f6
commit e92afe354a
47 changed files with 1747 additions and 70 deletions

View File

@@ -83,7 +83,6 @@ const char js_protected_str[] = "protected";
const char js_public_str[] = "public";
const char js_send_str[] = "send";
const char js_setter_str[] = "setter";
const char js_super_str[] = "super";
const char js_switch_str[] = "switch";
const char js_this_str[] = "this";
const char js_try_str[] = "try";