Searched refs:testFunctions (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/v8/test/webkit/ |
| D | array-enumerators-functions.js | 64 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/chromium_org/v8/test/mjsunit/ |
| D | debug-stepin-function-call.js | 155 var testFunctions = variable 159 for (var i = 0; i < testFunctions.length; i++) { 161 testFunctions[i]();
|
| /external/chromium_org/content/shell/tools/plugin/ |
| D | PluginTest.cpp | 272 static std::map<std::string, CreateTestFunction> testFunctions; in createTestFunctions() local 274 return testFunctions; in createTestFunctions()
|
| /external/owasp/sanitizer/src/tests/org/owasp/html/ |
| D | CssTokensTest.java | 331 public static final void testFunctions() throws Exception { in testFunctions() method in CssTokensTest
|