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

/external/v8/test/mjsunit/
H A Dreceiver-in-with-calls.js32 var x = { get_this: function() { return this; } }; method
33 assertTrue(x === x.get_this());
34 with (x) assertTrue(x === get_this());

Completed in 69 milliseconds