Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/
Dmain.c42 ret = luaL_loadstring(L, init); in main()
/external/lua/src/
Dlauxlib.h98 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
147 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
Dlauxlib.c815 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
/external/skqp/src/utils/
DSkLua.cpp144 int err = luaL_loadstring(fL, code) || lua_pcall(fL, 0, 0, 0); in runCode()