Searched defs:luaH_set (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dltable.c329 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old));
417 return luaH_set(L, t, key); /* insert key into grown table */
510 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { function

Completed in 524 milliseconds