/external/v8/test/mjsunit/es7/ |
D | object-observe.js | 113 assertThrows(function() { Object.observe("non-object", observer.callback); }, 115 assertThrows(function() { Object.observe(this, observer.callback); }, 117 assertThrows(function() { Object.observe(obj, nonFunction); }, TypeError); 118 assertThrows(function() { Object.observe(obj, frozenFunction); }, TypeError); 119 assertEquals(obj, Object.observe(obj, observer.callback, [1])); 120 assertEquals(obj, Object.observe(obj, observer.callback, [true])); 121 assertEquals(obj, Object.observe(obj, observer.callback, ['foo', null])); 122 assertEquals(obj, Object.observe(obj, observer.callback, [undefined])); 123 assertEquals(obj, Object.observe(obj, observer.callback, 125 assertEquals(obj, Object.observe(obj, observer.callback, [])); [all …]
|
D | object-observe-debug-event.js | 43 Object.observe(obj, function(changes) {
|
/external/v8/test/mjsunit/regress/ |
D | regress-1237.js | 32 function observe(x, y) { return x; } function 34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
|
D | regress-1167.js | 66 function observe(x, y) { return x; } function 68 return observe(this, 69 (((side_effect.observe <= side_effect.side_effect) !== false),
|
D | regress-1166.js | 32 function observe(x, y) { return x; } function 34 function test(x) { return observe(1, ((false || false), x + 1)); }
|
D | regress-1210.js | 35 function observe(x, y) { return x; } function 43 return observe(a, arguments[side_effect(a), a + 0]);
|
D | regress-observe-map-cache.js | 10 Object.observe(x, function() { });
|
D | regress-356589.js | 33 Object.observe(arr, function() {});
|
D | regress-3315.js | 23 Object.observe({}, function(){}, acceptList);
|
/external/v8/test/mjsunit/harmony/regress/ |
D | regress-405844.js | 9 Object.observe(proxy, function(){}); 13 Object.observe(functionProxy, function(){});
|
D | regress-observe-empty-double-array.js | 33 Object.observe(arr, function(){});
|
/external/v8/test/mjsunit/compiler/ |
D | regress-3218915.js | 37 function observe(x, y) { try {} finally {} return x; } function 42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); }
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 11 generate all possible DSCPs and observe that they 19 and observe that they get marked as expected. 26 *observe that the metering/policing works correctly (and the marking 34 *observe that the metering/policing works correctly (and the marking 80 *observe that the metering/policing works correctly (and the marking
|
/external/v8/test/promises-aplus/lib/ |
D | global.js | 38 Object.observe(o, function() {
|
/external/v8/test/mjsunit/es6/debug-promises/ |
D | throw-caught-all.js | 67 Object.observe(dummy, checkResult);
|
D | reject-uncaught-all.js | 65 Object.observe(dummy, checkResult);
|
D | reject-caught-all.js | 68 Object.observe(dummy, checkResult);
|
D | throw-uncaught-all.js | 66 Object.observe(dummy, checkResult);
|
D | reject-uncaught-uncaught.js | 65 Object.observe(dummy, checkResult);
|
D | throw-uncaught-uncaught.js | 66 Object.observe(dummy, checkResult);
|
D | reject-uncaught-late.js | 72 Object.observe(dummy, checkResult);
|
D | reject-with-undefined-reject.js | 71 Object.observe(dummy, checkResult);
|
D | reject-with-invalid-reject.js | 71 Object.observe(dummy, checkResult);
|
/external/v8/test/mjsunit/ |
D | array-push7.js | 24 Object.observe(array, somethingChanged);
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | examples.txt | 44 You can observe the statistical properties as well, by using the 157 Or you can observe the whole system's page allocations for 10 173 Or observe how fluctuating the page allocations are, via statistical
|