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

  /prebuilts/misc/common/swig/include/2.0.11/lua/
lua_fnptr.i 44 #define SWIGLUA_FN_GET(fn) {lua_pushvalue(fn.L,fn.idx);}
108 lua_pushvalue(L,idx); /* copy obj to top */
luarun.swg 70 # define lua_pushglobaltable(L) lua_pushvalue(L, LUA_GLOBALSINDEX)
300 lua_pushvalue(L,2); /* key */
344 lua_pushvalue(L,2); /* key */
349 lua_pushvalue(L,3); /* value */
444 lua_pushvalue(L,2); /* key */
457 lua_pushvalue(L,2); /* key */
485 lua_pushvalue(L,2); /* key */
489 lua_pushvalue(L,3); /* value */
576 lua_pushvalue(L,2); /* key */
581 lua_pushvalue(L,1); /* the userdata *
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 26 lua_pushvalue(L, LUA_REGISTRYINDEX);
103 lua_pushvalue(L, -2);
126 lua_pushvalue(L, arg+1);
169 lua_pushvalue(L, arg + 1); /* push function */
180 lua_pushvalue(L, -2); /* re-order */
232 lua_pushvalue(L, argf);
313 lua_pushvalue(L, -1);
317 lua_pushvalue(L, arg+1);
364 lua_pushvalue(L, arg + 1); /* return it untouched */
ltablib.c 126 lua_pushvalue(L, 1);
172 lua_pushvalue(L, 2);
173 lua_pushvalue(L, a-1); /* -1 to compensate function */
174 lua_pushvalue(L, b-2); /* -2 to compensate function and `a' */
210 lua_pushvalue(L, -1);
lbaselib.c 30 lua_pushvalue(L, -1); /* function to be called */
31 lua_pushvalue(L, i); /* value to print */
94 lua_pushvalue(L, 1);
201 lua_pushvalue(L, 1); /* state, */
206 lua_pushvalue(L, 1); /* argument 'self' to metamethod */
248 lua_pushvalue(L, envidx); /* environment for loaded function */
295 lua_pushvalue(L, 1); /* get function */
402 lua_pushvalue(L, 1); /* exchange function... */
loadlib.c 264 lua_pushvalue(L, -1);
526 lua_pushvalue(L, -1); /* extra copy to be returned */
552 lua_pushvalue(L, -2); /* copy new environment table to top */
562 lua_pushvalue(L, i); /* get option (a function) */
563 lua_pushvalue(L, -2); /* module */
572 lua_pushvalue(L, -1);
597 lua_pushvalue(L, -1);
608 lua_pushvalue(L, -1);
683 lua_pushvalue(L, -2); /* set 'package' as upvalue for all searchers */
701 lua_pushvalue(L, -1); /* make a copy of 'searchers' table *
    [all...]
liolib.c 279 lua_pushvalue(L, 1);
307 lua_pushvalue(L, 1); /* file handle */
310 for (i = 1; i <= n; i++) lua_pushvalue(L, i + 1); /* copy arguments */
491 lua_pushvalue(L, lua_upvalueindex(3 + i));
503 lua_pushvalue(L, lua_upvalueindex(1));
540 lua_pushvalue(L, 1); /* push file at the stack top (to be returned) */
624 lua_pushvalue(L, -1); /* push metatable */
649 lua_pushvalue(L, -1);
lauxlib.c 278 lua_pushvalue(L, -1);
719 lua_pushvalue(L, obj);
742 lua_pushvalue(L, idx);
770 if (idx) lua_pushvalue(L, idx);
780 lua_pushvalue(L, -2);
820 lua_pushvalue(L, -1);
854 lua_pushvalue(L, -nup);
873 lua_pushvalue(L, -1); /* copy to be left at top */
892 lua_pushvalue(L, -2); /* make copy of module (call result) */
896 lua_pushvalue(L, -1); /* copy of 'mod' *
    [all...]
lcorolib.c 86 lua_pushvalue(L, 1); /* move function to top */
lstrlib.c 710 lua_pushvalue(L, 3);
1002 lua_pushvalue(L, -2); /* copy table */
1005 lua_pushvalue(L, -2); /* get string library */
lua.h 147 LUA_API void (lua_pushvalue) (lua_State *L, int idx);
lapi.c 235 LUA_API void lua_pushvalue (lua_State *L, int idx) { function
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp     [all...]
  /external/skia/src/utils/
SkLua.cpp     [all...]

Completed in 326 milliseconds