rename To_Moz_Literal to To_Moz_RegExp
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user