Home
last modified time | relevance | path

Searched refs:observe (Results 1 – 25 of 75) sorted by relevance

123

/external/v8/test/mjsunit/es7/
Dobject-observe.js113 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 …]
Dobject-observe-debug-event.js43 Object.observe(obj, function(changes) {
/external/v8/test/mjsunit/regress/
Dregress-1237.js32 function observe(x, y) { return x; } function
34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
Dregress-1167.js66 function observe(x, y) { return x; } function
68 return observe(this,
69 (((side_effect.observe <= side_effect.side_effect) !== false),
Dregress-1166.js32 function observe(x, y) { return x; } function
34 function test(x) { return observe(1, ((false || false), x + 1)); }
Dregress-1210.js35 function observe(x, y) { return x; } function
43 return observe(a, arguments[side_effect(a), a + 0]);
Dregress-observe-map-cache.js10 Object.observe(x, function() { });
Dregress-356589.js33 Object.observe(arr, function() {});
Dregress-3315.js23 Object.observe({}, function(){}, acceptList);
/external/v8/test/mjsunit/harmony/regress/
Dregress-405844.js9 Object.observe(proxy, function(){});
13 Object.observe(functionProxy, function(){});
Dregress-observe-empty-double-array.js33 Object.observe(arr, function(){});
/external/v8/test/mjsunit/compiler/
Dregress-3218915.js37 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/
Dregression-testing11 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/
Dglobal.js38 Object.observe(o, function() {
/external/v8/test/mjsunit/es6/debug-promises/
Dthrow-caught-all.js67 Object.observe(dummy, checkResult);
Dreject-uncaught-all.js65 Object.observe(dummy, checkResult);
Dreject-caught-all.js68 Object.observe(dummy, checkResult);
Dthrow-uncaught-all.js66 Object.observe(dummy, checkResult);
Dreject-uncaught-uncaught.js65 Object.observe(dummy, checkResult);
Dthrow-uncaught-uncaught.js66 Object.observe(dummy, checkResult);
Dreject-uncaught-late.js72 Object.observe(dummy, checkResult);
Dreject-with-undefined-reject.js71 Object.observe(dummy, checkResult);
Dreject-with-invalid-reject.js71 Object.observe(dummy, checkResult);
/external/v8/test/mjsunit/
Darray-push7.js24 Object.observe(array, somethingChanged);
/external/linux-tools-perf/src/tools/perf/Documentation/
Dexamples.txt44 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

123