(
Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
| 576 | } |
| 577 | |
| 578 | private static Object random( |
| 579 | Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args) { |
| 580 | return ScriptRuntime.wrapNumber(Math.random()); |
| 581 | } |
| 582 | |
| 583 | private static Object round( |
| 584 | Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args) { |