aot_fun_top Function

public function aot_fun_top(L) result(fun)

Return the stack of the top as a function.

If it actually is not a Lua function, the returned handle will be 0.

Arguments

TypeIntentOptionalAttributesName
type(flu_state) :: L

Handle for the Lua script.

Return Value type(aot_fun_type)

Handle to the function on the top of the stack.


Calls

proc~~aot_fun_top~~CallsGraph proc~aot_fun_top aot_fun_top proc~flu_pushvalue flu_pushvalue proc~aot_fun_top->proc~flu_pushvalue flu_isfunction flu_isfunction proc~aot_fun_top->flu_isfunction proc~flu_gettop flu_gettop proc~aot_fun_top->proc~flu_gettop proc~flu_topointer flu_topointer proc~aot_fun_top->proc~flu_topointer interface~lua_pushvalue lua_pushvalue proc~flu_pushvalue->interface~lua_pushvalue interface~lua_gettop lua_gettop proc~flu_gettop->interface~lua_gettop interface~lua_topointer lua_topointer proc~flu_topointer->interface~lua_topointer

Called by

proc~~aot_fun_top~~CalledByGraph proc~aot_fun_top aot_fun_top proc~aot_fun_ref aot_fun_ref proc~aot_fun_ref->proc~aot_fun_top proc~aot_fun_table aot_fun_table proc~aot_fun_table->proc~aot_fun_top interface~aot_fun_open aot_fun_open interface~aot_fun_open->proc~aot_fun_ref interface~aot_fun_open->proc~aot_fun_table proc~aot_path_open_fun aot_path_open_fun proc~aot_path_open_fun->interface~aot_fun_open interface~aot_path_open aot_path_open interface~aot_path_open->proc~aot_path_open_fun

Contents

None