Orb
v0.1.1
Pages
Modules
Search documentation of Orb
Settings
View Source
Orb.Table
(Orb v0.1.1)
Summary
Functions
allocate(entries)
call(arg)
call(arg, arg1)
call(arg, arg1, arg2)
call(arg, arg1, arg2, arg3)
call(arg, arg1, arg2, arg3, arg4)
call_indirect(func_type, type_signature, table_index)
call_indirect(func_type, type_signature, table_index, arg1)
call_indirect(func_type, type_signature, table_index, arg1, arg2)
call_indirect(func_type, type_signature, table_index, arg1, arg2, arg3)
call_indirect(func_type, type_signature, table_index, arg1, arg2, arg3, arg4)
do_elem(caller_mod, f, mod, key)
elem!(f, mod, key)
fetch!(key)
lookup!(key)
lookup!(table_mod, key)
Functions
Link to this macro
allocate(entries)
View Source
(macro)
Link to this function
call(arg)
View Source
Link to this function
call(arg, arg1)
View Source
Link to this function
call(arg, arg1, arg2)
View Source
Link to this function
call(arg, arg1, arg2, arg3)
View Source
Link to this function
call(arg, arg1, arg2, arg3, arg4)
View Source
Link to this function
call_indirect(func_type, type_signature, table_index)
View Source
Link to this function
call_indirect(func_type, type_signature, table_index, arg1)
View Source
Link to this function
call_indirect(func_type, type_signature, table_index, arg1, arg2)
View Source
Link to this function
call_indirect(func_type, type_signature, table_index, arg1, arg2, arg3)
View Source
Link to this function
call_indirect(func_type, type_signature, table_index, arg1, arg2, arg3, arg4)
View Source
Link to this function
do_elem(caller_mod, f, mod, key)
View Source
Link to this macro
elem!(f, mod, key)
View Source
(macro)
Link to this macro
fetch!(key)
View Source
(macro)
Link to this macro
lookup!(key)
View Source
(macro)
Link to this macro
lookup!(table_mod, key)
View Source
(macro)