Up
module
Js_tailcall
:
sig
#
class
tailcall :
inherit
Js_traverse
.
mapper
#
method
clear : unit
#
method
get :
Code
.
VarSet
.
t
#
val
rewrite : (
Code
.
Var
.
t
*
Javascript
.
expression
*
Javascript
.
location
*
Code
.
VarSet
.
t
) list
->
(string
->
Javascript
.
expression
)
->
Javascript
.
statement_list
end