Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:function

37 const OBJ_42 = new (function() {
38 this.valueOf = function() { return 42; };
44 function Add1(x) {
48 function Add100(x) {
52 function Add1Reversed(x) {
56 function Add100Reversed(x) {
77 function Sub1(x) {
81 function Sub100(x) {
85 function Sub1Reversed(x) {
89 function Sub100Reversed(x) {
109 function Shr1(x) {
113 function Shr100(x) {
117 function Shr1Reversed(x) {
121 function Shr100Reversed(x) {
125 function Sar1(x) {
129 function Sar100(x) {
133 function Sar1Reversed(x) {
137 function Sar100Reversed(x) {
169 function Xor1(x) {
173 function Xor100(x) {
177 function Xor1Reversed(x) {
181 function Xor100Reversed(x) {