Lines Matching refs:only
28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc
30 // Since --smi-only-arrays affects builtins, its default setting at compile
31 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
32 // by default, only a no-snapshot build actually has smi-only arrays enabled
33 // in this test case. Depending on whether smi-only arrays are actually
34 // enabled, this test takes the appropriate code path to check smi-only arrays.
39 print("Tests include smi-only arrays.");
41 print("Tests do NOT include smi-only arrays.");
44 // IC and Crankshaft support for smi-only elements in dynamic array literals.