MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / ToValue

Method ToValue

AdaptixServer/core/axscript/engine.go:193–195  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

191}
192
193func (e *ScriptEngine) ToValue(v interface{}) goja.Value {
194 return e.runtime.ToValue(v)
195}
196
197// /---
198func (e *ScriptEngine) SetGlobal(name string, value interface{}) {

Callers 9

registerAxBridgeFunction · 0.80
registerAxUtilitiesFunction · 0.80
newStubWidgetFunction · 0.80
registerFormStubsFunction · 0.80
registerEventStubsFunction · 0.80
ExecutePostHookMethod · 0.80
ExecuteHandlerMethod · 0.80
executePreHookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected