Lines Matching full:3
88 lua_rawset(L_shared, -3);
90 lua_pop(L_shared, 3);
153 lua_rawset(L_shared, -3);
155 lua_pop(L_shared, 3);
180 double num = lua_tonumber(L, 3);
184 int i = lua_toboolean(L, 3);
189 const char *str = lua_tolstring(L, 3, &len);
193 lua_rawset(L_shared, -3);
299 int val_type = lua_type(L, 3);
338 double num = lua_tonumber(L, 3);
342 int i = lua_toboolean(L, 3);
350 const char *str = lua_tolstring(L, 3, &len);
354 lua_rawset(L_shared, -3);
373 lua_rawset(L, -3);
377 lua_rawset(L, -3);