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

/external/chromium_org/v8/test/mjsunit/
H A Delements-kind.js128 var too = [1,2,3]; variable
129 assertKind(elements_kind.fast_smi_only, too);
130 too.dance = 0xD15C0;
131 too.drink = 0xC0C0A;
132 assertKind(elements_kind.fast_smi_only, too);

Completed in 65 milliseconds