Home
last modified time | relevance | path

Searched refs:pcall (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua33 function pcall(f, ...) function
85 assert(not pcall(unpack, {}, 0, 2^31-1))
86 assert(not pcall(unpack, {}, 1, 2^31-1))
87 assert(not pcall(unpack, {}, -(2^31), 2^31-1))
88 assert(not pcall(unpack, {}, -(2^31 - 1), 2^31-1))
89 assert(pcall(unpack, {}, 2^31-1, 0))
90 assert(pcall(unpack, {}, 2^31-1, 1))
91 pcall(unpack, {}, 1, 2^31)
116 local s, e = pcall(table.sort, t, f)