Home
last modified time | relevance | path

Searched refs:testFunctions (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/webkit/
Darray-enumerators-functions.js64 var testFunctions = ["returnFalse", "returnTrue", "returnElem", "returnIndex", "increaseLength", "d… variable
82 for (var t = 0; t < testFunctions.length; t++) {
85 currentFunc = this[testFunctions[t]];
90 …=0;lastIndex=-1;copyArray("+arrays[a]+")."+functionName+"(forwarders[f], "+testFunctions[t]+", 0)",
91 …prototype."+functionName+".call(toObject("+arrays[a]+"), forwarders[f], "+testFunctions[t]+", 0)");
98 for (var t = 0; t < testFunctions.length; t++) {
101 currentFunc = this[testFunctions[t]];
106 …=0;lastIndex=-1;copyArray("+arrays[a]+")."+functionName+"(forwarders[f], "+testFunctions[t]+", 0)",
107 …."+functionName+".call(toUnorderedObject("+arrays[a]+"), forwarders[f], "+testFunctions[t]+", 0)");
132 for (var t = 0; t < testFunctions.length; t++) {
[all …]
/external/v8/test/mjsunit/
Ddebug-stepin-function-call.js155 var testFunctions = variable
159 for (var i = 0; i < testFunctions.length; i++) {
161 testFunctions[i]();
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssTokensTest.java331 public static final void testFunctions() throws Exception { in testFunctions() method in CssTokensTest