Searched refs:Thingy (Results 1 – 4 of 4) sorted by relevance
29 PASS foo({g:new Thingy()}) is 4230 PASS foo({g:new Thingy()}) is 4231 PASS foo({g:new Thingy()}) is 4232 PASS foo({g:new Thingy()}) is 4233 PASS foo({g:new Thingy()}) is 4234 PASS foo({g:new Thingy()}) is 4235 PASS foo({g:new Thingy()}) is 4236 PASS foo({g:new Thingy()}) is 4237 PASS foo({g:new Thingy()}) is 4238 PASS foo({g:new Thingy()}) is 42[all …]
28 function Thingy() { class31 Thingy.prototype = {41 var o = new Thingy();45 Thingy.prototype.foo = function() { return 56; }
32 function Thingy() { class37 Thingy.prototype = myProto;
521 function Thingy(a, b, c) { class526 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 …]