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

/external/chromium_org/v8/test/mjsunit/
H A Dstrict-mode-implicit-receiver.js162 function return_this() { return this; } function
167 outer_eval_conversion3(return_this, 'object');
H A Dcontextual-calls.js39 install('return_this', function() { return this; });
49 Realm.shared.results.push(return_this()); \
53 Realm.shared.results.push(return_this()); \
66 assertSame(globals[0], Realm.eval(realms[i],'return_this.apply()')) ;
68 assertSame(globals[0], Realm.eval(realms[i],'return_this.apply(null)')) ;
71 assertSame(globals[0], Realm.eval(realms[i],'return_this.call()')) ;
73 assertSame(globals[0], Realm.eval(realms[i],'return_this.call(null)')) ;
79 assertSame(globals[0], return_this());

Completed in 164 milliseconds