/external/v8/src/runtime/ |
runtime-atomics.cc | 384 case kExternal##Type##Array: \ 416 case kExternal##Type##Array: \ 448 case kExternal##Type##Array: \ 480 case kExternal##Type##Array: \ 512 case kExternal##Type##Array: \ 544 case kExternal##Type##Array: \ 576 case kExternal##Type##Array: \ 608 case kExternal##Type##Array: \ 640 case kExternal##Type##Array: \
|
/external/v8/test/mjsunit/ |
delete-non-configurable.js | 43 // Delete elements of an Array. 44 var arr = new Array(length);
|
get-prototype-of.js | 52 assertPrototypeOf([1, 2], Array.prototype); 79 Array,
|
/external/v8/test/mjsunit/es6/ |
templates.js | 295 assertEquals(Array.prototype, Object.getPrototypeOf(cs.raw)); 296 assertTrue(Array.isArray(cs.raw)); 297 assertEquals(Array.prototype, Object.getPrototypeOf(cs)); 298 assertTrue(Array.isArray(cs)); 421 Object.defineProperty(Array.prototype, 0, { 429 delete Array.prototype[0]; 570 var args = Array.prototype.slice.call(arguments); 594 var args = Array.prototype.slice.call(arguments, 1); 702 // Since the first argument to the tag function is always an array, 703 // eval calls will always just return that array [all...] |
/external/v8/test/mjsunit/harmony/ |
proxies-example-membrane.js | 151 return wrap(fun.apply(that, Array.prototype.map.call(args, wrap))); 183 return wrap(new forward(Array.prototype.map.call(arguments, wrap))); 322 optWetHandler, Array.prototype.map.call(arguments, asWet))); 339 asWet(this), Array.prototype.map.call(arguments, asWet))); 345 return asDry(new forward(Array.prototype.map.call(arguments, asWet))); 389 optDryHandler, Array.prototype.map.call(arguments, asDry))); 406 asDry(this), Array.prototype.map.call(arguments, asDry))); 412 return asWet(new forward(Array.prototype.map.call(arguments, asDry)));
|
reflect-get-prototype-of.js | 59 assertPrototypeOf([1, 2], Array.prototype); 102 Array,
|
/external/v8/test/mjsunit/regress/ |
regress-1167.js | 33 var a = new Array(n); 50 var a = new Array(n);
|
regress-crbug-3184.js | 70 Object.extend( Array.prototype, 75 var res = new Array(len);
|
/external/v8/test/webkit/ |
Object-create.js | 34 shouldBe("Object.getPrototypeOf(Object.create(Array.prototype))", "Array.prototype");
|
array-reduce.js | 28 function toObject(array) { 30 for (var i in array) 31 o[i] = array[i]; 32 o.length = array.length; 33 o.reduce = Array.prototype.reduce; 36 function toUnorderedObject(array) { 39 for (var i in array) 42 o[props[i]] = array[props[i]]; 43 o.length = array.length; 44 o.reduce = Array.prototype.reduce [all...] |
/frameworks/base/tools/preload/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/libcore/ojluni/src/main/java/java/sql/ |
Connection.java | [all...] |
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/share/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/share/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/share/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/share/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/share/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/share/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
mootools-core-full-nocompat.js | 9 - packager build Core/Core Core/Array Core/String Core/Number Core/Function Core/Object Core/Event Core/Browser Core/Class Core/Class.Extras Core/Slick.Parser Core/Slick.Finder Core/Element Core/Element.Style Core/Element.Event Core/Element.Delegation Core/Element.Dimensions Core/Fx Core/Fx.CSS Core/Fx.Tween Core/Fx.Morph Core/Fx.Transitions Core/Request Core/Request.HTML Core/Request.JSON Core/Cookie Core/JSON Core/DOMReady 125 var slice = Array.prototype.slice; 133 Array.from = function(item){ 135 return (Type.isEnumerable(item) && typeof item != 'string') ? (typeOf(item) == 'array') ? item : slice.call(item) : [item]; 280 ])('Array', Array, [ 326 Array.implement({ 337 Array.forEach(this, fn, bind); 343 // Array & Object cloning, Object merging and appending 347 case 'array': return item.clone() [all...] |