MCPcopy Create free account
hub / github.com/ceifa/wasmoon / pop

Method pop

src/thread.ts:153–155  ·  view source on GitHub ↗
(count = 1)

Source from the content-addressed store, hash-verified

151 }
152
153 public pop(count = 1): void {
154 this.lua.lua_pop(this.address, count)
155 }
156
157 public call(name: string, ...args: any[]): MultiReturn {
158 const type = this.lua.lua_getglobal(this.address, name)

Callers 14

runMethod · 0.95
setMetatableMethod · 0.95
getMetatableNameMethod · 0.95
indexToStringMethod · 0.95
assertOkMethod · 0.95
engine.test.jsFile · 0.80
getMethod · 0.80
pushValueFunction · 0.80
mountFileSyncMethod · 0.80
refMethod · 0.80
pushValueMethod · 0.80
jsFuncMethod · 0.80

Calls 1

lua_popMethod · 0.80

Tested by

no test coverage detected