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

Method constructor

g2all/700/rop/850.js:191–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190export class Chain850 extends Chain850Base {
191 constructor() {
192 super();
193 const [rdx, rdx_bak] = mem.gc_alloc(0x58);
194 rdx.write64(off.js_cell, this._empty_cell);
195 rdx.write64(0x50, this.stack_addr);
196 this._rsp = mem.fakeobj(rdx);
197 }
198
199 run() {
200 this.check_allow_run();

Callers

nothing calls this directly

Calls 3

gc_allocMethod · 0.45
write64Method · 0.45
fakeobjMethod · 0.45

Tested by

no test coverage detected