Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:this

7 //       notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 return this;
38 return ReturnArguments.apply(this, arguments);
51 return object.f.apply(this, arguments);
64 return ReturnArguments.apply(this, arguments);
79 assertSame(this, NonObjectReceiver(null));
80 assertSame(this, NonObjectReceiver(void 0));
93 return f.apply(this, arguments);
103 return object.apply(this, arguments);
113 var result = ReturnArguments.apply(this, arguments);
123 return ReturnArguments.apply(this, arguments);
134 assertEquals(2048, Global.apply(this, array).length);