Lines Matching refs:function
28 function multTest()
35 function divTest()
42 function addTest()
49 function subTest()
56 function lshiftTest()
63 function rshiftTest()
70 function urshiftTest()
77 function andTest()
84 function xorTest()
91 function orTest()
98 function modTest()
105 function preIncTest()
112 function preDecTest()
119 function postIncTest()
126 function postDecTest()
133 function primitiveThisTest()
136 // even where 'this' is not directly used within the function.
141 function strictThisTest()
143 // In a strict mode function primitive this values are not converted, so