HomeSort by relevance Sort by last modified time
    Searched refs:luaV_tostring (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lvm.h 16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o)))
32 LUAI_FUNC int luaV_tostring (lua_State *L, StkId obj);
lvm.c 47 int luaV_tostring (lua_State *L, StkId obj) {
lapi.c 392 lua_lock(L); /* `luaV_tostring' may create a new string */
393 if (!luaV_tostring(L, o)) { /* conversion failed? */

Completed in 85 milliseconds