Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ yindex
Function
yindex
third-party/lua-5.3.5/src/lparser.c:621–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
619
620
621
static void yindex (LexState *ls, expdesc *v) {
622
/* index ->
'['
expr
']'
*/
623
luaX_next(ls); /* skip the
'['
*/
624
expr(ls, v);
625
luaK_exp2val(ls->fs, v);
626
checknext(ls,
']'
);
627
}
628
629
630
/*
Callers
2
recfield
Function · 0.70
suffixedexp
Function · 0.70
Calls
4
luaX_next
Function · 0.70
expr
Function · 0.70
luaK_exp2val
Function · 0.70
checknext
Function · 0.70
Tested by
no test coverage detected