MCPcopy Index your code
hub / github.com/yuin/gopher-lua / Call

Method Call

_state.go:1812–1814  ·  view source on GitHub ↗
(nargs, nret int)

Source from the content-addressed store, hash-verified

1810}
1811
1812func (ls *LState) Call(nargs, nret int) {
1813 ls.callR(nargs, nret, -1)
1814}
1815
1816func (ls *LState) PCall(nargs, nret int, errfunc *LFunction) (err error) {
1817 err = nil

Callers 7

getFieldMethod · 0.95
getFieldStringMethod · 0.95
setFieldMethod · 0.95
setFieldStringMethod · 0.95
ObjLenMethod · 0.95
PCallMethod · 0.95
CallByParamMethod · 0.95

Calls 1

callRMethod · 0.95

Tested by

no test coverage detected