Home
last modified time | relevance | path

Searched refs:testToString (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/number/
H A Dnumber.js140 function testToString(a, b) { function
151 testToString((0), (16));
152 testToString((9), (16));
153 testToString((90), (16));
154 testToString((-0), (16));
155 testToString((-90), (16));
156 testToString((10000007), (36));
157 testToString((123456789), (32));
158 testToString((-123456789), (32));

Completed in 1 milliseconds