Home | History | Annotate | Download | only in Functions

Lines Matching refs:function

23  *  File Name:          function-001.js
29 * of the function object. This property held the arguments to the function.
30 * function f() {
38 * function f() {
53 var SECTION = "function-001.js";
55 var TITLE = "Accessing the arguments property of a function object";
64 "return function.arguments",
77 "return arguments when function contains an arguments property",
83 "return function.arguments when function contains an arguments property",
89 function TestFunction_1( a, b, c, d, e ) {
93 function TestFunction_2( a, b, c, d, e ) {
97 function TestFunction_3( a, b, c, d, e ) {
102 function TestFunction_4( a, b, c, d, e ) {