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

Method init_class

g2all/700/module/chain.js:350–353  ·  view source on GitHub ↗
(gadgets, syscall_array = [])

Source from the content-addressed store, hash-verified

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

Callers 4

initFunction · 0.45
initFunction · 0.45
initFunction · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected