rename To_Moz_Literal to To_Moz_RegExp

This commit is contained in:
kzc
2015-11-01 10:20:42 -05:00
parent 83db98ad3b
commit 37ee9de902

View File

@@ -334,7 +334,7 @@
};
});
def_to_moz(AST_RegExp, function To_Moz_Literal(M) {
def_to_moz(AST_RegExp, function To_Moz_RegExp(M) {
var value = M.value;
return {
type: "Literal",