HomeSort by relevance Sort by last modified time
    Searched refs:arguments (Results 176 - 200 of 1452) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 49 for (var i = 0; i < arguments.length; i ++) {
50 args[i] = arguments[i];
53 args[arguments.length] = "";
58 args[arguments.length] = "'use strict';";
95 // Function named 'arguments'.
96 CheckStrictMode("function arguments() {}", SyntaxError);
101 // Function parameter named 'arguments'.
102 CheckStrictMode("function foo(a, b, arguments, c, d) {}", SyntaxError);
107 // Property accessor parameter named 'arguments'.
108 CheckStrictMode("var o = { set foo(arguments) {} }", SyntaxError)
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 49 for (var i = 0; i < arguments.length; i ++) {
50 args[i] = arguments[i];
53 args[arguments.length] = "";
58 args[arguments.length] = "'use strict';";
95 // Function named 'arguments'.
96 CheckStrictMode("function arguments() {}", SyntaxError);
101 // Function parameter named 'arguments'.
102 CheckStrictMode("function foo(a, b, arguments, c, d) {}", SyntaxError);
107 // Property accessor parameter named 'arguments'.
108 CheckStrictMode("var o = { set foo(arguments) {} }", SyntaxError)
    [all...]
  /cts/libs/wrappedgtest/src/
WrappedGTestInstrumentation.java 39 public void onCreate(Bundle arguments) {
51 super.onCreate(arguments);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 34 public void onCreate(Bundle arguments) {
35 super.onCreate(arguments);
ContactsSelectInstrumentation.java 36 public void onCreate(Bundle arguments) {
37 super.onCreate(arguments);
LocalSampleInstrumentation.java 40 public void onCreate(Bundle arguments) {
41 super.onCreate(arguments);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MismatchedRangeExceptions.js 2 if (arguments.length===0) {
MismatchedTokenException.js 2 if (arguments.length===0) {
  /external/bison/lib/
printf-args.h 138 /* Number of directly allocated arguments (no malloc() needed). */
147 arguments; typedef in typeref:struct:__anon2745
150 /* Fetch the arguments, putting them into a. */
156 int PRINTF_FETCHARGS (va_list args, arguments *a);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 20 // Call dnsResolve with some wonky arguments.
33 // Call alert with some wonky arguments.
47 // Call myIpAddress() with wonky arguments
51 // Call myIpAddressEx() correctly (no arguments).
  /external/chromium-libpac/test/js-unittest/
bindings.js 20 // Call dnsResolve with some wonky arguments.
33 // Call alert with some wonky arguments.
47 // Call myIpAddress() with wonky arguments
51 // Call myIpAddressEx() correctly (no arguments).
  /external/chromium_org/base/win/
shortcut.h 21 // If the arguments are not specified on the new shortcut, keep the old
22 // shortcut's arguments.
58 arguments = arguments_in;
90 // The arguments to be applied to |target| when launching from this shortcut.
92 string16 arguments; member in struct:base::win::ShortcutProperties
124 // arguments will be retrieved and placed in |args|. The function returns true
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_parser.js 23 * @param {...Object} var_args Arguments.
26 this.parent_.error.apply(this.parent_, arguments);
31 * @param {...Object} var_args Arguments.
34 this.parent_.log.apply(this.parent_, arguments);
39 * @param {...Object} var_args Arguments.
43 this.parent_.log.apply(this.parent_, arguments);
58 MetadataParser.apply(this, arguments);
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
bindings.js 20 // Call dnsResolve with some wonky arguments.
33 // Call alert with some wonky arguments.
47 // Call myIpAddress() with wonky arguments
51 // Call myIpAddressEx() correctly (no arguments).
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
CppVariant.h 125 // Invoke method of the given name on an object with the supplied arguments.
130 bool invoke(const std::string&, const CppVariant* arguments,
133 // Invoke an object's default method with the supplied arguments.
138 bool invokeDefault(const CppVariant* arguments,
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 252 return self.run(program=self.gyp, arguments=run_args, **kw)
259 arguments implemented in this layer, without having to update
429 arguments = kw.get('arguments', [])[:]
430 arguments.append(self.target_name(target))
431 arguments.append('-C')
432 arguments.append(os.environ['ANDROID_BUILD_TOP'])
433 kw['arguments'] = arguments
532 arguments = kw.get('arguments', [])[:
    [all...]
  /external/chromium_org/tools/
gypv8sh.py 33 parser.error('all arguments are required.')
36 arguments = [js2webui, inputfile, inputrelfile, cxxoutfile, test_type]
37 cmd = [v8_shell, '-e', "arguments=" + json.dumps(arguments), mock_js,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1513.js 28 // Deleting a mapped arguments property and adding it via
33 delete arguments[0];
34 Object.defineProperty(arguments, "0", {
40 assertEquals(10, arguments[0]);
  /external/chromium_org/v8/test/webkit/
dfg-arguments-out-of-bounds.js 25 "Tests accessing arguments with an out-of-bounds index when the arguments have not been created but might be."
33 return arguments;
34 return arguments[0];
42 expected = "\"[object Arguments]\"";
dfg-create-inlined-arguments-in-closure-inline.js 25 "Tests that if the DFG tries to create inlined arguments from within a inlined call frame corresponding to a closure call, then we don't crash."
35 for (var j = 0; j < arguments.length; ++j)
36 result += arguments[j];
37 return [result, arguments];
dfg-inline-arguments-out-of-bounds.js 25 "Tests accessing arguments with an out-of-bounds index in an inlined function when the arguments have not been created but might be."
32 return arguments;
33 return arguments[0];
44 expected = "\"[object Arguments]\"";
dfg-tear-off-function-dot-arguments.js 25 "Tests a function that might create 'arguments' but doesn't, but does create function.arguments."
29 return foo.arguments;
35 return arguments[0];
  /external/e2fsprogs/intl/
printf-args.h 126 arguments; typedef in typeref:struct:__anon19239
129 /* Fetch the arguments, putting them into a. */
135 int printf_fetchargs (va_list args, arguments *a);
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
candidates.properties 69 # Constructors that work with arguments passed in.
72 org.objenesis.tck.candidates.ConstructorWithArguments = Constructor with arguments
73 org.objenesis.tck.candidates.SerializableConstructorWithArguments = Constructor with arguments (serializable)
74 org.objenesis.tck.candidates.ConstructorWithMandatoryArguments = Constructor with mandatory arguments
75 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (serializable)
  /external/v8/test/mjsunit/regress/
regress-1513.js 28 // Deleting a mapped arguments property and adding it via
33 delete arguments[0];
34 Object.defineProperty(arguments, "0", {
40 assertEquals(10, arguments[0]);

Completed in 670 milliseconds

1 2 3 4 5 6 78 91011>>