Lines Matching refs:array
31 var array;
33 array = [
37 CheckEcmaSemantics(Array.prototype, array, "Array prototype");
39 var old_Array_prototype = Array.prototype;
42 Array.prototype = new_Array_prototype;
43 assertEquals(old_Array_prototype, Array.prototype);
46 array = [
57 CheckEcmaSemantics(Date.prototype, array, "Date prototype");
59 array = [
62 CheckEcmaSemantics(Math, array, "Math1");
66 array = [
68 CheckDontDelete(Math, array, "Math2");
70 array = [
74 CheckEcmaSemantics(this, array, "Global");
79 array = ["exec", "test", "toString", "compile"];
80 CheckEcmaSemantics(RegExp.prototype, array, "RegExp prototype");
82 array = [
86 CheckEcmaSemantics(Object.prototype, array, "Object prototype");
95 array = [
97 CheckEcmaSemantics(Boolean.prototype, array, "Boolean prototype");
99 array = [
102 CheckEcmaSemantics(Number.prototype, array, "Number prototype");
107 array = [
114 CheckEcmaSemantics(String.prototype, array, "String prototype");