Home
last modified time | relevance | path

Searched refs:TestFunctionNames (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Dfunction-names.js29 function TestFunctionNames(object, names) { class
42 TestFunctionNames(Array.prototype, arrayPrototypeFunctions);
48 TestFunctionNames(Boolean.prototype, booleanPrototypeFunctions);
54 TestFunctionNames(Date, dateFunctions);
71 TestFunctionNames(Date.prototype, datePrototypeFunctions);
77 TestFunctionNames(Function.prototype, functionPrototypeFunctions);
84 TestFunctionNames(Math, mathFunctions);
92 TestFunctionNames(Number.prototype, numberPrototypeFunctions);
100 TestFunctionNames(Object.prototype, objectPrototypeFunctions);
105 TestFunctionNames(RegExp.prototype, regExpPrototypeFunctions);
[all …]
/external/chromium_org/v8/test/mjsunit/
Dfunction-names.js29 function TestFunctionNames(object, names) { class
42 TestFunctionNames(Array.prototype, arrayPrototypeFunctions);
48 TestFunctionNames(Boolean.prototype, booleanPrototypeFunctions);
54 TestFunctionNames(Date, dateFunctions);
71 TestFunctionNames(Date.prototype, datePrototypeFunctions);
77 TestFunctionNames(Function.prototype, functionPrototypeFunctions);
84 TestFunctionNames(Math, mathFunctions);
92 TestFunctionNames(Number.prototype, numberPrototypeFunctions);
100 TestFunctionNames(Object.prototype, objectPrototypeFunctions);
105 TestFunctionNames(RegExp.prototype, regExpPrototypeFunctions);
[all …]