Lines Matching refs:function
31 function assertInstance(o, f) {
37 function f(a) {
114 function abfunc3() {
118 function abfunc4() {
125 function abfunc5() {
134 function abfunc6() {
168 function get(a, index) {
171 function set(a, index, value) {
174 function temp() {
211 function test_load(array, sum) {
218 function test_load_const_key(array, sum) {
225 function test_store(array, sum) {
232 function test_store_const_key(array, sum) {
239 function zero() {
243 function test_store_middle_tagged(array, sum) {
248 function test_store_high_tagged(array, sum) {
253 function test_store_middle_double(array, sum) {
258 function test_store_high_double(array, sum) {
263 function test_store_high_double(array, sum) {
268 function test_store_low_int(array, sum) {
273 function test_store_low_tagged(array, sum) {
278 function test_store_low_double(array, sum) {
283 function test_store_high_int(array, sum) {
288 function test_store_nan(array, sum) {
295 function run_test(test_func, array, expected_result) {
307 function run_bounds_test(test_func, array, expected_result) {
356 function array_load_set_smi_check(a) {
363 function array_load_set_smi_check2(a) {
377 function store_float32_undefined(ext_array) {
393 function store_float64_undefined(ext_array) {
519 assertThrows(function
520 assertThrows(function(){ a.subarray.call([], 0) });
525 assertThrows(function() { ArrayBuffer(100); }, TypeError);
526 assertThrows(function() { Int8Array(b, 5, 77); }, TypeError);
527 assertThrows(function() { ArrayBuffer.call(null, 10); }, TypeError);
528 assertThrows(function() { Uint16Array.call(null, b, 2, 4); }, TypeError);
529 assertThrows(function() { ArrayBuffer.apply(null, [1000]); }, TypeError);
530 assertThrows(function() { Float32Array.apply(null, [b, 128, 1]); }, TypeError);
535 function assertArrayPrefix(expected, array) {
545 assertThrows(function(){ a11.set(a12) })
547 var a21 = [1, undefined, 10, NaN, 0, -1, {valueOf: function() {return 3}}]
609 assertThrows(function() { a.set(0); }, TypeError);
632 function goo(a, i) {
636 function boo(a, i, v) {
640 function do_tagged_index_external_array_test(constructor) {
684 function checkRange() {