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

Method push_value

g2all/900/rop/950.js:226–232  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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

Callers 3

push_get_retvalMethod · 0.95
push_clear_errnoMethod · 0.95
push_get_errnoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected