Home | History | Annotate | Download | only in ExecutionContexts

Lines Matching refs:ARGUMENTS

24     ECMA Section:       Arguments Object
28 anonymous code, or implementation-supplied code, an arguments object is
31 The [[Prototype]] of the arguments object is to the original Object
61 var TITLE = "Arguments Object";
88 var ARGUMENTS = eval( "GetArguments( " +args+")" );
94 ARGUMENTS[i] );
100 var arg_proto = arguments.__proto__;
103 var c = arguments.callee;
107 var a = arguments;
111 var l = arguments.length;