Js_traverse.mappermethod parse_info : Js_of_ocaml_compiler.Parse_info.t ->
Js_of_ocaml_compiler.Parse_info.tmethod expression : Js_of_ocaml_compiler.Javascript.expression ->
Js_of_ocaml_compiler.Javascript.expressionmethod expression_o : Js_of_ocaml_compiler.Javascript.expression option ->
Js_of_ocaml_compiler.Javascript.expression optionmethod switch_case : Js_of_ocaml_compiler.Javascript.expression ->
Js_of_ocaml_compiler.Javascript.expressionmethod class_element : Js_of_ocaml_compiler.Javascript.class_element ->
Js_of_ocaml_compiler.Javascript.class_elementmethod initialiser_o : (Js_of_ocaml_compiler.Javascript.expression
* Js_of_ocaml_compiler.Javascript.location)
option ->
(Js_of_ocaml_compiler.Javascript.expression
* Js_of_ocaml_compiler.Javascript.location)
optionmethod binding_property : Js_of_ocaml_compiler.Javascript.binding_property ->
Js_of_ocaml_compiler.Javascript.binding_propertymethod statement : Js_of_ocaml_compiler.Javascript.statement ->
Js_of_ocaml_compiler.Javascript.statementmethod statements : Js_of_ocaml_compiler.Javascript.statement_list ->
Js_of_ocaml_compiler.Javascript.statement_listmethod statement_o : (Js_of_ocaml_compiler.Javascript.statement
* Js_of_ocaml_compiler.Javascript.location)
option ->
(Js_of_ocaml_compiler.Javascript.statement
* Js_of_ocaml_compiler.Javascript.location)
optionmethod ident : Js_of_ocaml_compiler.Javascript.ident ->
Js_of_ocaml_compiler.Javascript.identmethod formal_parameter_list : Js_of_ocaml_compiler.Javascript.formal_parameter_list ->
Js_of_ocaml_compiler.Javascript.formal_parameter_listmethod program : Js_of_ocaml_compiler.Javascript.program ->
Js_of_ocaml_compiler.Javascript.programmethod function_body : Js_of_ocaml_compiler.Javascript.statement_list ->
Js_of_ocaml_compiler.Javascript.statement_listmethod import : Js_of_ocaml_compiler.Javascript.import ->
Js_of_ocaml_compiler.Javascript.importmethod export : Js_of_ocaml_compiler.Javascript.export ->
Js_of_ocaml_compiler.Javascript.export