Home
last modified time | relevance | path

Searched refs:namewhat (Results 1 – 5 of 5) sorted by relevance

/external/lua/src/
Dldebug.c360 ar->namewhat = getfuncname(L, ci, &ar->name); in auxgetinfo()
361 if (ar->namewhat == NULL) { in auxgetinfo()
362 ar->namewhat = ""; /* not found */ in auxgetinfo()
Dlauxlib.c105 else if (*ar->namewhat != '\0') /* is there a name from code? */ in pushfuncname()
106 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
180 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
Dldblib.c186 settabss(L, "namewhat", ar.namewhat); in db_getinfo()
Dlua.h472 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dlunit.lua107 if info.namewhat ~= "" then