MCPcopy Create free account
hub / github.com/ceifa/wasmoon / engine.test.js

File engine.test.js

test/engine.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EventEmitter } from 'events'
2import { LuaLibraries, LuaReturn, LuaThread, LuaType, decorate, decorateProxy, decorateUserdata } from '../dist/index.js'
3import { expect } from 'chai'
4import { getEngine, getFactory } from './utils.js'

Callers

nothing calls this directly

Calls 15

getEngineFunction · 0.90
getFactoryFunction · 0.90
decorateFunction · 0.85
decorateUserdataFunction · 0.85
decorateProxyFunction · 0.85
setMethod · 0.80
doStringMethod · 0.80
getMethod · 0.80
callMethod · 0.80
newThreadMethod · 0.80
loadStringMethod · 0.80
resumeMethod · 0.80

Tested by

no test coverage detected