Module luerl

Function Index

call/2
call/3
call_chunk/2
call_chunk/3
call_function/2
call_function/3
call_function1/3
call_method/2
call_method/3
call_method1/3
decode/2
decode_list/2
do/1
do/2
dofile/1
dofile/2
encode/2
encode_list/2
eval/1
eval/2
evalfile/1
evalfile/2
function_list/2
gc/1
get_table/2
get_table1/2
init/0
load/1
load/2
load_module/3
load_module1/3
loadfile/1
loadfile/2
method_list/2
path_loadfile/2
path_loadfile/3
set_table/3
set_table1/3
set_table1/4
stop/1

Function Details

call/2

call(C, As) -> any()

call/3

call(C, As, St) -> any()

call_chunk/2

call_chunk(C, As) -> any()

call_chunk/3

call_chunk(C, As, St0) -> any()

call_function/2

call_function(Fp, As) -> any()

call_function/3

call_function(Fp, As, St0) -> any()

call_function1/3

call_function1(Lfp, Las, St0) -> any()

call_method/2

call_method(Fp, As) -> any()

call_method/3

call_method(Fp, As, St0) -> any()

call_method1/3

call_method1(Fp, Las, St0) -> any()

decode/2

decode(LT, St) -> any()

decode_list/2

decode_list(Lts, St) -> any()

do/1

do(SBC) -> any()

do/2

do(S, St0) -> any()

dofile/1

dofile(Path) -> any()

dofile/2

dofile(Path, St0) -> any()

encode/2

encode(B, St) -> any()

encode_list/2

encode_list(Ts, St) -> any()

eval/1

eval(Chunk) -> any()

eval/2

eval(Chunk, St0) -> any()

evalfile/1

evalfile(Path) -> any()

evalfile/2

evalfile(Path, St0) -> any()

function_list/2

function_list(Ks, St) -> any()

gc/1

gc(St) -> any()

get_table/2

get_table(Fp, St0) -> any()

get_table1/2

get_table1(Fp, St) -> any()

init/0

init() -> any()

load/1

load(Str) -> any()

load/2

load(Bin, St) -> any()

load_module/3

load_module(Fp, Mod, St0) -> any()

load_module1/3

load_module1(Lfp, Mod, St0) -> any()

loadfile/1

loadfile(Name) -> any()

loadfile/2

loadfile(Name, St0) -> any()

method_list/2

method_list(Ks, St0) -> any()

path_loadfile/2

path_loadfile(Name, St) -> any()

path_loadfile/3

path_loadfile(Dirs, Name, St0) -> any()

set_table/3

set_table(Fp, V, St0) -> any()

set_table1/3

set_table1(Lfp, Lv, St) -> any()

set_table1/4

set_table1(Tab, Key, Lv, St) -> any()

stop/1

stop(St) -> any()


Generated by EDoc