rename To_Moz_Literal to To_Moz_RegExp
This commit is contained in:
parent
83db98ad3b
commit
37ee9de902
|
|
@ -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;
|
var value = M.value;
|
||||||
return {
|
return {
|
||||||
type: "Literal",
|
type: "Literal",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user