Class Js_traverse.free
inherit mapper
method merge_info : 'a -> unitmethod block : ?catch:bool -> Javascript.ident list -> unitmethod def_var : Javascript.ident -> unitmethod use_var : Javascript.ident -> unitmethod state : tmethod get_free_name : Stdlib.StringSet.tmethod get_free : Js_of_ocaml_compiler.Code.Var.Set.tmethod get_def_name : Stdlib.StringSet.tmethod get_def : Js_of_ocaml_compiler.Code.Var.Set.tmethod get_use_name : Stdlib.StringSet.tmethod get_use : Js_of_ocaml_compiler.Code.Var.Set.t