MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / init_class

Method init_class

g2all/900/module/chain.js:355–358  ·  view source on GitHub ↗
(gadgets, syscall_array=[])

Source from the content-addressed store, hash-verified

353 // An array whose indices correspond to syscall numbers. Maps syscall
354 // numbers to their addresses in memory. Defaults to an empty Array.
355 static init_class(gadgets, syscall_array=[]) {
356 this.prototype.gadgets = gadgets;
357 this.prototype.syscall_array = syscall_array;
358 }
359
360 // START: implementation-dependent parts
361 //

Callers 2

initFunction · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected