/external/v8/test/mjsunit/harmony/regress/ |
regress-405844.js | 9 Object.observe(proxy, function(){}); 13 Object.observe(functionProxy, function(){});
|
regress-observe-empty-double-array.js | 33 Object.observe(arr, function(){}); 35 // TODO(observe): we currently disallow fast elements for observed object.
|
/development/samples/browseable/TextSwitcher/ |
_index.jd | 9 \n\nClick the button below to set new text in the TextSwitcher and observe the
|
/external/v8/test/mjsunit/es7/ |
object-observe-runtime.js | 7 // These tests are meant to ensure that that the Object.observe runtime
|
object-observe.js | 112 // Object.observe 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 [all...] |
object-observe-debug-event.js | 32 assertEquals("Object.observe", event_data.name()); 43 Object.observe(obj, function(changes) {
|
/external/v8/test/mjsunit/regress/ |
regress-1237.js | 32 function observe(x, y) { return x; } function 34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
|
regress-3315.js | 23 Object.observe({}, function(){}, acceptList);
|
regress-observe-map-cache.js | 10 Object.observe(x, function() { });
|
regress-1167.js | 40 // OSR (after deoptimization) is used to observe the stack height mismatch. 66 function observe(x, y) { return x; } function 68 return observe(this, 69 (((side_effect.observe <= side_effect.side_effect) !== false),
|
/external/v8/test/mjsunit/ |
array-push7.js | 16 // Test that Object.observe() notification events are properly sent from 24 Object.observe(array, somethingChanged);
|
/external/v8/test/mjsunit/compiler/ |
regress-3218915.js | 36 // A function to observe the value of its first argument. 37 function observe(x, y) { try {} finally {} return x; } function 42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); }
|
/developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/res/values/ |
base-strings.xml | 25 \n\nClick the button below to set new text in the TextSwitcher and observe the
|
/development/samples/browseable/TextSwitcher/res/values/ |
base-strings.xml | 25 \n\nClick the button below to set new text in the TextSwitcher and observe the
|
/external/valgrind/docs/internals/ |
m_syswrap.txt | 7 POST wrappers for syscalls. It is important to observe these, else
|
/external/vboot_reference/msc/ |
README.txt | 25 - observe the output generated in %MOD%
|
/external/v8/test/mjsunit/es6/debug-promises/ |
reject-caught-all.js | 66 // Run testDone through the Object.observe processing loop. 68 Object.observe(dummy, checkResult);
|
reject-uncaught-all.js | 63 // Run testDone through the Object.observe processing loop. 65 Object.observe(dummy, checkResult);
|
reject-uncaught-late.js | 70 // Run testDone through the Object.observe processing loop. 72 Object.observe(dummy, checkResult);
|
reject-uncaught-uncaught.js | 63 // Run testDone through the Object.observe processing loop. 65 Object.observe(dummy, checkResult);
|
reject-with-invalid-reject.js | 69 // Run testDone through the Object.observe processing loop. 71 Object.observe(dummy, checkResult);
|
reject-with-undefined-reject.js | 69 // Run testDone through the Object.observe processing loop. 71 Object.observe(dummy, checkResult);
|
throw-caught-all.js | 65 // Run testDone through the Object.observe processing loop. 67 Object.observe(dummy, checkResult);
|
throw-uncaught-all.js | 64 // Rerun testDone through the Object.observe processing loop. 66 Object.observe(dummy, checkResult);
|
throw-uncaught-uncaught.js | 64 // Run testDone through the Object.observe processing loop. 66 Object.observe(dummy, checkResult);
|