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

Method push_value

g2all/900/rop/900.js:224–230  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

222 }
223
224 push_value(value) {
225 super.push_value(value);
226
227 if (this.is_branch_ctx) {
228 this.branch_position += 8;
229 }
230 }
231
232 _clean_branch_ctx() {
233 this.is_branch_ctx = false;

Callers 4

push_get_retvalMethod · 0.95
push_clear_errnoMethod · 0.95
push_get_errnoMethod · 0.95
race_oneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected