Js_traverse.rename_variable
inherit mapper
method block : ?catch:bool -> Js_of_ocaml_compiler.Javascript.ident list -> unit
method def_var : Js_of_ocaml_compiler.Javascript.ident -> unit
method use_var : Js_of_ocaml_compiler.Javascript.ident -> unit
method state : t
method get_free_name : Js_of_ocaml_compiler.Stdlib.StringSet.t
method get_free : Js_of_ocaml_compiler.Code.Var.Set.t
method get_def_name : Js_of_ocaml_compiler.Stdlib.StringSet.t
method get_def : Js_of_ocaml_compiler.Code.Var.Set.t
method get_use_name : Js_of_ocaml_compiler.Stdlib.StringSet.t
method get_use : Js_of_ocaml_compiler.Code.Var.Set.t