Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lutok/
H A Dstate_test.cpp205 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
243 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
275 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
300 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
622 ATF_REQUIRE(lua_isnumber(raw(state), -2)); in ATF_TEST_CASE_BODY()
624 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
630 ATF_REQUIRE(lua_isnumber(raw(state), -2)); in ATF_TEST_CASE_BODY()
632 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
905 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
926 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
[all …]
H A Dstate.cpp444 return lua_isnumber(_pimpl->lua_state, index); in is_number()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3054 if (lua_isnumber(L,-1)){\
4224 _v = lua_isnumber(L,argv[1]); in _wrap_new_SBAddress()
4234 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBAddress()
4959 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBAttachInfo()
11340 _v = lua_isnumber(L,argv[1]); in _wrap_SBBroadcaster_BroadcastEventByType()
11359 _v = lua_isnumber(L,argv[1]); in _wrap_SBBroadcaster_BroadcastEventByType()
24454 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBEvent()
27265 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBFile()
68462 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBTypeFilter()
69017 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBTypeFormat()
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h160 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
/freebsd-14.2/contrib/lua/src/
H A Dlua.h193 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
H A Dltests.c845 else if (lua_isnumber(L, 1)) { in mem_query()
1499 lua_pushboolean(L1, lua_isnumber(L1, getindex)); in runC()
H A Dlauxlib.c435 if (lua_isnumber(L, arg)) in interror()
H A Dlapi.c309 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig276 if (!lua_isnumber(L, -1)) {
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlapi.c265 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
1292 EXPORT_SYMBOL(lua_isnumber);
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1371 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()