Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ isnumeral
Function
isnumeral
third-party/lua-5.2.4/src/lcode.c:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
32
static int isnumeral(expdesc *e) {
33
return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP);
34
}
35
36
37
void luaK_nil (FuncState *fs, int from, int n) {
Callers
3
constfolding
Function · 0.70
luaK_prefix
Function · 0.70
luaK_infix
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected