Searched refs:lua_isnumber (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/lutok/ |
| H A D | state_test.cpp | 205 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 D | state.cpp | 444 return lua_isnumber(_pimpl->lua_state, index); in is_number()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3054 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 D | lua.h | 160 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lua.h | 193 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
|
| H A D | ltests.c | 845 else if (lua_isnumber(L, 1)) { in mem_query() 1499 lua_pushboolean(L1, lua_isnumber(L1, getindex)); in runC()
|
| H A D | lauxlib.c | 435 if (lua_isnumber(L, arg)) in interror()
|
| H A D | lapi.c | 309 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 D | lua-typemaps.swig | 276 if (!lua_isnumber(L, -1)) {
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 265 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 D | zcp.c | 1371 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()
|