Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/lutok/dist/
H A Dexceptions.cpp85 assert(lua_isstring(raw_state, -1)); in from_stack()
H A Dstate.cpp456 return lua_isstring(_pimpl->lua_state, index); in is_string()
H A Dstate_test.cpp228 ATF_REQUIRE(lua_isstring(raw(state), -1)); in ATF_TEST_CASE_BODY()
1176 ATF_REQUIRE(lua_isstring(raw(state), -1)); in ATF_TEST_CASE_BODY()
/netbsd-src/lib/lua/libm/
H A Dlibm.c184 if (!lua_isstring(L, 1)) in libm_nan()
/netbsd-src/external/mit/lua/dist/src/
H A Dltablib.c153 if (l_unlikely(!lua_isstring(L, -1))) in addfield()
H A Dlbaselib.c386 else if (l_unlikely(!lua_isstring(L, -1))) in generic_reader()
H A Dloadlib.c647 else if (lua_isstring(L, -2)) { /* searcher returned error message? */ in findloader()
H A Dlua.h198 LUA_API int (lua_isstring) (lua_State *L, int idx); variable
H A Dlauxlib.c906 if (!lua_isstring(L, -1)) in luaL_tolstring()
H A Dlapi.c322 LUA_API int lua_isstring (lua_State *L, int idx) { in lua_isstring() function
H A Dlstrlib.c940 else if (l_unlikely(!lua_isstring(L, -1))) in add_value()