Home
last modified time | relevance | path

Searched refs:Thingy (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/webkit/
Ddfg-proto-access-inline-osr-exit-expected.txt29 PASS foo({g:new Thingy()}) is 42
30 PASS foo({g:new Thingy()}) is 42
31 PASS foo({g:new Thingy()}) is 42
32 PASS foo({g:new Thingy()}) is 42
33 PASS foo({g:new Thingy()}) is 42
34 PASS foo({g:new Thingy()}) is 42
35 PASS foo({g:new Thingy()}) is 42
36 PASS foo({g:new Thingy()}) is 42
37 PASS foo({g:new Thingy()}) is 42
38 PASS foo({g:new Thingy()}) is 42
[all …]
Ddfg-call-method-hit-watchpoint.js28 function Thingy() { class
31 Thingy.prototype = {
41 var o = new Thingy();
45 Thingy.prototype.foo = function() { return 56; }
Ddfg-proto-access-inline-osr-exit.js32 function Thingy() { class
37 Thingy.prototype = myProto;
/external/v8/test/mjsunit/es7/
Dobject-observe.js521 function Thingy(a, b, c) { class
526 Thingy.MULTIPLY = 'multiply';
527 Thingy.INCREMENT = 'increment';
528 Thingy.INCREMENT_AND_MULTIPLY = 'incrementAndMultiply';
530 Thingy.prototype = {
535 notifier.performChange(Thingy.INCREMENT, function() {
549 notifier.performChange(Thingy.MULTIPLY, function() {
563 notifier.performChange(Thingy.INCREMENT_AND_MULTIPLY, function() {
575 Thingy.observe = function(thingy, callback) {
576 Object.observe(thingy, callback, [Thingy.INCREMENT,
[all …]