Searched defs:fast_smi_only (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Delements-kind.js46 fast_smi_only : 'fast smi only elements',
62 if (%HasFastSmiOnlyElements(obj)) return elements_kind.fast_smi_only;
99 expected == elements_kind.fast_smi_only) {
113 assertKind(elements_kind.fast_smi_only, too);
116 assertKind(elements_kind.fast_smi_only, too);
121 assertKind(elements_kind.fast_smi_only, you);
125 assertKind(elements_kind.fast_smi_only, you);
150 assertKind(elements_kind.fast_smi_only, array);
154 assertKind(elements_kind.fast_smi_only, array);
161 assertKind(elements_kind.fast_smi_only, smi_onl
[all...]

Completed in 70 milliseconds