HomeSort by relevance Sort by last modified time
    Searched refs:arguments (Results 576 - 600 of 1463) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 152 // (You can seed the arguments with an array of args, but this is
253 return this.domManip(arguments, true, function(elem){
260 return this.domManip(arguments, true, function(elem){
267 return this.domManip(arguments, false, function(elem){
273 return this.domManip(arguments, false, function(elem){
500 return this.pushStack( Array.prototype.slice.apply( this, arguments ),
501 "slice", Array.prototype.slice.call(arguments).join(",") );
564 var target = arguments[0] || {}, i = 1, length = arguments.length, deep = false, options;
569 target = arguments[1] || {}
    [all...]
  /external/chromium_org/v8/test/mjsunit/tools/
tickprocessor.js 77 '08139150 00000b4b t v8::internal::Runtime_StringReplaceRegExpWithString(v8::internal::Arguments)',
79 '0813a0b0 00000855 t v8::internal::Runtime_DebugGetPropertyDetails(v8::internal::Arguments)',
90 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
95 ['v8::internal::Runtime_StringReplaceRegExpWithString(v8::internal::Arguments)', 0x08139150, 0x08139150 + 0xb4b],
97 ['v8::internal::Runtime_DebugGetPropertyDetails(v8::internal::Arguments)', 0x0813a0b0, 0x0813a0b0 + 0x855],
116 libc_syms.push(Array.prototype.slice.apply(arguments, [0]));
154 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
177 stdc_syms.push(Array.prototype.slice.apply(arguments, [0]));
220 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
261 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0]))
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 876 // pattern and formats the arguments Formattable array and
881 const Formattable* arguments,
887 return temp.format(arguments, NULL, cnt, appendTo, NULL, success);
914 const Formattable* arguments,
918 return format(arguments, argumentNames, count, appendTo, NULL, success);
922 const Formattable* MessageFormat::getArgFromListByName(const Formattable* arguments,
927 return arguments + i;
935 MessageFormat::format(const Formattable* arguments,
947 format(0, 0.0, arguments, argumentNames, cnt, app, pos, status);
951 // if argumentNames is NULL, this means arguments is a numeric array
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 73 '08139150 00000b4b t v8::internal::Runtime_StringReplaceRegExpWithString(v8::internal::Arguments)',
75 '0813a0b0 00000855 t v8::internal::Runtime_DebugGetPropertyDetails(v8::internal::Arguments)',
86 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
91 ['v8::internal::Runtime_StringReplaceRegExpWithString(v8::internal::Arguments)', 0x08139150, 0x08139150 + 0xb4b],
93 ['v8::internal::Runtime_DebugGetPropertyDetails(v8::internal::Arguments)', 0x0813a0b0, 0x0813a0b0 + 0x855],
112 libc_syms.push(Array.prototype.slice.apply(arguments, [0]));
150 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
173 stdc_syms.push(Array.prototype.slice.apply(arguments, [0]));
216 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
257 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0]))
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 26 function argumentsObject() { return arguments; };
38 "new Function()": "['arguments', 'caller', 'length', 'name', 'prototype']",
39 "(function(){var x=new Function();x.__proto__=[1,2,3];return x;})()": "['arguments', 'caller', 'length', 'name', 'prototype']",
57 // Arguments objects
61 "(function(){arguments.__proto__=[1,2,3];return arguments;})()": "['callee', 'length']",
string-capitalization.js 43 // passed in arguments if not. This should be changed when all platforms
49 for (var i = 0; i < arguments.length; i++) {
50 var s = String.fromCharCode(arguments[i]);
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-api/1.7.2/
slf4j-api-1.7.2.jar 
  /external/v8/src/arm/
full-codegen-arm.cc 123 // and arguments have been pushed on the stack left to right. The actual
226 Variable* arguments = scope()->arguments(); local
227 if (arguments != NULL) {
228 // Function uses arguments object.
229 Comment cmnt(masm_, "[ Allocate arguments object");
244 // Arguments to ArgumentsAccessStub:
247 // stack frame was an arguments adapter frame.
259 SetVar(arguments, r0, r1, r2);
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 112 // and arguments have been pushed on the stack left to right, with the
222 Variable* arguments = scope()->arguments(); local
223 if (arguments != NULL) {
224 // Function uses arguments object.
225 Comment cmnt(masm_, "[ Allocate arguments object");
238 // Arguments to ArgumentsAccessStub:
241 // stack frame was an arguments adapter frame.
253 SetVar(arguments, eax, ebx, edx);
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 131 // and arguments have been pushed on the stack left to right. The actual
233 Variable* arguments = scope()->arguments(); local
234 if (arguments != NULL) {
235 // Function uses arguments object.
236 Comment cmnt(masm_, "[ Allocate arguments object");
251 // Arguments to ArgumentsAccessStub:
254 // stack frame was an arguments adapter frame.
266 SetVar(arguments, v0, a1, a2);
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 109 // and arguments have been pushed on the stack left to right, with the
233 // Possibly allocate an arguments object.
234 Variable* arguments = scope()->arguments(); local
235 if (arguments != NULL) {
236 // Arguments object must be allocated after the context object, in
237 // case the "arguments" or ".arguments" variables are in the context.
238 Comment cmnt(masm_, "[ Allocate arguments object");
251 // Arguments to ArgumentsAccessStub
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 106 ntp.PageListView.prototype.appendTilePage.apply(this, arguments);
615 return newTabView.appAdded.apply(newTabView, arguments);
619 return newTabView.appMoved.apply(newTabView, arguments);
623 return newTabView.appRemoved.apply(newTabView, arguments);
627 return newTabView.appsPrefChangedCallback.apply(newTabView, arguments);
632 arguments);
636 return newTabView.appsReordered.apply(newTabView, arguments);
640 return newTabView.enterRearrangeMode.apply(newTabView, arguments);
651 return newTabView.getAppsCallback.apply(newTabView, arguments);
655 return newTabView.getAppsPageIndex.apply(newTabView, arguments);
    [all...]
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 97 var args = Array.prototype.slice.call(arguments);
134 var args = Array.prototype.slice.call(arguments);
142 var args = Array.prototype.slice.call(arguments);
  /external/chromium_org/v8/test/mjsunit/
debug-changebreakpoint.js 48 function testArguments(dcp, arguments, success) {
49 var request = '{' + base_request + ',"arguments":' + arguments + '}'
debug-clearbreakpointgroup.js 48 function testArguments(dcp, arguments, success) {
49 var request = '{' + base_request + ',"arguments":' + arguments + '}'
debug-evaluate-with-context.js 117 request_json = {"seq":17,"type":"request","command":"evaluate", arguments: { "expression": expression } };
118 frame_argument_adder(request_json.arguments);
124 request_json.arguments.additional_context = context_json;
debug-setexceptionbreak.js 53 function testArguments(dcp, arguments, success, type, enabled) {
54 var request = '{' + base_request + ',"arguments":' + arguments + '}'
  /external/chromium_org/v8/test/mjsunit/regress/
regress-70066.js 84 // Delete on a parameter, arguments object should be unaffected.
88 return arguments[0] + ":" + status;
99 return arguments[0] + ":" + status;
  /external/chromium_org/v8/test/webkit/
function-apply-aliased.js 38 return f.apply(thisValue, arguments);
43 recurseArguments.apply(null, arguments);
83 // Blow the stack recursing with arguments
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 463 TypeArgument[] arguments; field in class:SignatureAttribute.ClassType
475 arguments = targs;
486 * Returns the type arguments.
488 * @return null if no type arguments are given to this class.
490 public TypeArgument[] getTypeArguments() { return arguments; }
510 if (arguments != null) {
512 int n = arguments.length;
517 sbuf.append(arguments[i].toString());
  /external/v8/src/
proxy.js 55 return %Apply(construct, void 0, arguments, 0, %_ArgumentsLength());
77 var result = %Apply(callTrap, obj, arguments, 0, %_ArgumentsLength());
85 this, arguments, 0, %_ArgumentsLength())
  /external/v8/test/mjsunit/
debug-changebreakpoint.js 48 function testArguments(dcp, arguments, success) {
49 var request = '{' + base_request + ',"arguments":' + arguments + '}'
debug-clearbreakpointgroup.js 48 function testArguments(dcp, arguments, success) {
49 var request = '{' + base_request + ',"arguments":' + arguments + '}'
debug-evaluate-with-context.js 117 request_json = {"seq":17,"type":"request","command":"evaluate", arguments: { "expression": expression } };
118 frame_argument_adder(request_json.arguments);
124 request_json.arguments.additional_context = context_json;
debug-setexceptionbreak.js 53 function testArguments(dcp, arguments, success, type, enabled) {
54 var request = '{' + base_request + ',"arguments":' + arguments + '}'

Completed in 1511 milliseconds

<<21222324252627282930>>