| /external/v8/test/mjsunit/regress/ |
| regress-667061.js | 40 function h(o) { 55 function g(o) { 59 function O(x) { this.x = x; }; 60 var o = new O(function() { return 1; }); 75 function f(o) { 79 assertEquals(1, f({ x: function () { return 1; }})); // go monomorphic 80 assertEquals(2, f({ x: function () { return 2; }})); // go megamorphic 81 assertEquals(3, f({ x: function () { return 3; }})); // stay megamorphic
|
| regress-lazy-deopt-reloc.js | 35 function kaboom() { 36 var a = function () {}, 37 b = function () {}, 38 c, d = function () { var d = []; }, 39 e = function () { var e = {}; }; 40 c = function () { d(); b(); }; 41 return function (x, y) { 44 return function f() { }({});
|
| /external/v8/test/mjsunit/tools/ |
| profile.js | 32 function stackToString(stack) { 37 function assertPathExists(root, path, opt_message) { 39 assertNotNull(root.descendToChild(path, function(node, pos) { 47 function assertNoPathExists(root, path, opt_message) { 53 function countNodes(profile, traverseFunc) { 55 traverseFunc.call(profile, function () { count++; }); 60 function ProfileTestDriver() { 74 ProfileTestDriver.prototype.addFunctions_ = function() { 87 ProfileTestDriver.prototype.enter = function(funcName) { 95 ProfileTestDriver.prototype.stay = function() { [all...] |
| /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
| error.js | 13 navigator.geolocation.getCurrentPosition(function(p) { 16 }, function(e) {
|
| success.js | 16 navigator.geolocation.getCurrentPosition(function(p) { 22 }, function(e) {
|
| timeout-clear-watch.js | 7 var watchId = navigator.geolocation.watchPosition(function() { 10 }, function(e) {
|
| timeout.js | 16 navigator.geolocation.getCurrentPosition(function(p) { 22 }, function(e) {
|
| /external/webkit/LayoutTests/fast/events/touch/script-tests/ |
| send-oncancel-event.js | 8 function touchcancelHandler() { 23 window.onload = function() {
|
| /external/webkit/LayoutTests/storage/script-tests/ |
| storageinfo-query-usage.js | 3 function errorCallback(error) 11 function usageCallback(usage, quota)
|
| /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
| bitops-3bit-bits-in-byte.js | 5 function fast3bitlookup(b) { 26 function TimeFunc(func) {
|
| /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
| bitops-3bit-bits-in-byte.js | 5 function fast3bitlookup(b) { 26 function TimeFunc(func) {
|
| /external/webkit/Source/JavaScriptCore/runtime/ |
| CallData.h | 52 NativeFunction function; member in struct:JSC::CallData::__anon17556
|
| ConstructData.h | 52 NativeConstructor function; member in struct:JSC::ConstructData::__anon17558
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/ |
| 12.6.2-9-n.js | 55 function test() {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
| 15.5.4.7-3.js | 51 Note that the lastIndexOf function is intentionally generic; it does not require that its this value be a 68 function getTestCases() { 100 function test() { 115 function LastIndexOf( string, search, position ) { 154 function ToInteger( n ) {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
| exception-001.js | 25 function Call_1() {
|
| exception-002.js | 25 function Construct_1() {
|
| exception-004.js | 25 function ToObject_1() {
|
| exception-005.js | 25 function ToObject_1() {
|
| exception-008.js | 25 function Syntax_1() {
|
| exception-009.js | 41 function Nested_1() {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
| regress-001.js | 25 function AddRegExpCases( regexp, str_regexp, length, matches_array ) {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
| dowhile-001.js | 28 function LabeledContinue( limit, expect ) {
|
| label-001.js | 30 function LabelTest( limit, expect) {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
| 15.9.5.3.js | 26 This function returns a string value. The contents of the string are 32 The toDateString function is not generic; it generates a runtime error 112 function addTestCase() 118 function addDateTestCase(date_given_in_milliseconds) 129 function midnight(givenDate) 136 function test()
|