blob: c55a552e3235af8c5980a6011de0dde5d024c435 [file] [log] [blame]
(function () {
"use strict";
function returnthis() { return this; }
function Returnthis() { return this; }
function callCallee() { return arguments.callee; }
function callCaller() { return arguments.caller; }
}());