Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generate-float16-test-data.js
File · 0.45
jo
Method · 0.45
ja
Method · 0.45
transformCompilationUnit_r
Method · 0.45
ReadDataFromBuffer
Function · 0.45
ToNumbers
Function · 0.45
ValuesFromTypedArrayEntries
Function · 0.45
ValuesFromArrayEntries
Function · 0.45
ValuesFromTypedArrayValues
Function · 0.45
ValuesFromArrayValues
Function · 0.45
SetHelper
Function · 0.45
typedarray-resizablearraybuffer.js
File · 0.45
Calls
no outgoing calls
Tested by
15
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36
test
Function · 0.36