Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:prototype

36 // Array.prototype functions.
42 TestFunctionNames(Array.prototype, arrayPrototypeFunctions);
45 // Boolean prototype functions.
48 TestFunctionNames(Boolean.prototype, booleanPrototypeFunctions);
57 // Date.prototype functions.
71 TestFunctionNames(Date.prototype, datePrototypeFunctions);
74 // Function.prototype functions.
77 TestFunctionNames(Function.prototype, functionPrototypeFunctions);
87 // Number.prototype functions.
92 TestFunctionNames(Number.prototype, numberPrototypeFunctions);
94 // Object.prototype functions.
100 TestFunctionNames(Object.prototype, objectPrototypeFunctions);
102 // RegExp.prototype functions.
105 TestFunctionNames(RegExp.prototype, regExpPrototypeFunctions);
113 // String.prototype functions.
122 TestFunctionNames(String.prototype, stringPrototypeFunctions);