HomeSort by relevance Sort by last modified time
    Searched refs:ARGUMENTS (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.1-2.js 26 given two or more arguments.
37 set to the number of arguments.
40 to item0... in general, for as many arguments as there
64 var ARGUMENTS = ""
68 ARGUMENTS += index;
69 ARGUMENTS += (index == (TEST_LENGTH-1) ) ? "" : ",";
72 TEST_STRING += ARGUMENTS + ")";
80 array[item++ ] = new TestCase( SECTION, "new Array( ["+TEST_LENGTH+" arguments] ) +''", ARGUMENTS, TEST_ARRAY +"" );
15.4.2.1-3.js 26 given two or more arguments.
37 set to the number of arguments.
40 to item0... in general, for as many arguments as there
45 This test stresses the number of arguments presented to
47 (2,32) arguments, since that is the maximum length of an
70 var ARGUMENTS = ""
74 ARGUMENTS += index;
75 ARGUMENTS += (index == (TEST_LENGTH-1) ) ? "" : ",";
78 TEST_STRING += ARGUMENTS + ")";
86 array[item++] = new TestCase( SECTION, "new Array( ["+TEST_LENGTH+" arguments] ) +''", ARGUMENTS, TEST_ARRAY +"" )
    [all...]
15.4.4.3-1.js 111 ARGUMENTS = "";
115 ARGUMENTS += index;
116 ARGUMENTS += ( index == TEST_LENGTH -1 ) ? "" : ",";
122 TEST_ARRAY = eval( "new Array( "+ARGUMENTS +")" );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.8-1.js 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
    [all...]
10.1.8-2.js 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";
69 var GetCallee = new Function( "var c = arguments.callee; return c" );
70 var GetArguments = new Function( "var a = arguments; return a" );
71 var GetLength = new Function( "var l = arguments.length; return l" );
94 var ARGUMENTS = eval( "GetArguments( " +args+")" );
100 ARGUMENTS[i] );
  /external/v8/src/
variables.h 47 ARGUMENTS
137 bool is_arguments() const { return kind_ == ARGUMENTS; }
scopes.cc 338 // Declare 'arguments' variable which exists in all functions.
345 Variable::ARGUMENTS,
1141 Variable* arguments = LocalLookup(isolate_->factory()->arguments_symbol()); local
    [all...]
  /external/iproute2/doc/
ip-cref.tex 45 ip [ OPTIONS ] OBJECT [ COMMAND [ ARGUMENTS ]]
69 the protocol family is guessed from other arguments. If the rest of the command
138 \verb|ARGUMENTS| is a list of arguments to the command.
139 The arguments depend on the command and object. There are two types of arguments:
169 The arguments did not pass verification for self-consistency.
172 \verb|ip| failed to compile a kernel request from the arguments
237 \paragraph{Arguments:}
335 \paragraph{Arguments:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 130 milliseconds