()
| 28 | ); |
| 29 | |
| 30 | function twoHostFunctions() { |
| 31 | var stack = []; |
| 32 | stack.push({ "args": twoHostFunctions.arguments }); |
| 33 | stack.push({ "args": twoHostFunctions.arguments }); |
| 34 | testPassed("Two host functions called in a row."); |
| 35 | } |
| 36 | |
| 37 | function arrayOperatorFunction(element) { |
| 38 | return element + 5; |
no test coverage detected