MCPcopy Create free account
hub / github.com/mozilla/rhino / push

Method push

rhino/src/main/java/org/mozilla/javascript/CallFrameV2.java:176–179  ·  view source on GitHub ↗
(Object val)

Source from the content-addressed store, hash-verified

174 }
175
176 public void push(Object val) {
177 stackTop += 1;
178 stack[stackTop] = val;
179 }
180
181 public void push(int val) {
182 stackTop += 1;

Callers 15

joMethod · 0.45
jaMethod · 0.45
ReadDataFromBufferFunction · 0.45
ToNumbersFunction · 0.45
ValuesFromArrayEntriesFunction · 0.45
ValuesFromArrayValuesFunction · 0.45
SetHelperFunction · 0.45

Calls

no outgoing calls

Tested by 15

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36