Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/number/
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));
/arkcompiler/ets_runtime/test/perform/object/
Dobject.ts101 function testToString() { function
118 testToString();