Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:array

34 var array;
36 array = [
40 CheckJSCSemantics(Array.prototype, array, "Array prototype");
42 array = [
53 CheckJSCSemantics(Date.prototype, array, "Date prototype");
55 array = [
58 CheckJSCSemantics(Math, array, "Math1");
62 array = [
64 CheckDontDelete(Math, array, "Math2");
66 array = [
70 CheckEcmaSemantics(this, array, "Global");
73 array = ["exec", "test", "toString", "compile"];
74 CheckEcmaSemantics(RegExp.prototype, array, "RegExp prototype");
76 array = [
80 CheckEcmaSemantics(Object.prototype, array, "Object prototype");
82 array = [
84 CheckEcmaSemantics(Boolean.prototype, array, "Boolean prototype");
86 array = [
89 CheckEcmaSemantics(Number.prototype, array, "Number prototype");
94 array = [
101 CheckJSCSemantics(String.prototype, array, "String prototype");