aot_fun_close Subroutine

public subroutine aot_fun_close(L, fun)

Close the function again (pop everything above from the stack).

Arguments

TypeIntentOptionalAttributesName
type(flu_state) :: L

Handle for the Lua script.

type(aot_fun_type) :: fun

Handle to the function to close.


Calls

proc~~aot_fun_close~~CallsGraph proc~aot_fun_close aot_fun_close proc~flu_settop flu_settop proc~aot_fun_close->proc~flu_settop interface~lua_settop lua_settop proc~flu_settop->interface~lua_settop

Called by

proc~~aot_fun_close~~CalledByGraph proc~aot_fun_close aot_fun_close proc~aot_path_close_fun aot_path_close_fun proc~aot_path_close_fun->proc~aot_fun_close interface~aot_path_close aot_path_close interface~aot_path_close->proc~aot_path_close_fun

Contents

None