Searched refs:expectedThis (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Darray-tostring.js32 var expectedThis; variable
35 assertSame(expectedThis, this);
49 expectedThis = a2;
80 expectedThis = o2;
87 expectedThis = o3;
107 expectedThis = null;
111 expectedThis = this;
154 assertEquals(expectedThis, this);
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon.js2662 if ("expectedThis" in this && this.expectedThis !== thisValue) {
2664 this.expectedThis);
2706 if ("expectedThis" in this && this.expectedThis !== thisValue) {
2750 this.expectedThis = thisValue;

Completed in 882 milliseconds