OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttisfunction
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.c
275
api_check(L,
ttisfunction
(func), "function expected");
282
lua_assert(
ttisfunction
(ci->func));
563
if (!
ttisfunction
(errfunc)) luaD_throw(L, LUA_ERRERR);
lobject.h
141
#define
ttisfunction
(o) checktype(o, LUA_TFUNCTION)
macro
lvm.c
126
if (
ttisfunction
(tm)) {
165
if (
ttisfunction
(tm)) {
ldo.c
277
if (!
ttisfunction
(tm))
lgc.c
808
if (tm != NULL &&
ttisfunction
(tm)) { /* is there a finalizer? */
[
all
...]
Completed in 31 milliseconds