/arkcompiler/ets_runtime/test/moduletest/arrayjoin/ |
H A D | arrayjoin.js | 37 print(arr1.toString()); 38 print(arr1.toString()); 44 print(arr2.toString()); 45 print(arr2.toString()); 53 print(arr4.toString()); 54 print(arr4.toString()); 84 proxy1.toString(); 90 proxy2.toString(); 108 toString() {
|
/arkcompiler/ets_runtime/test/moduletest/multiargs/ |
H A D | multiargs.js | 54 print(s.toString(10)) 67 four(x.toString(10),y.toString(10),z.toString(10),a.toString(10))
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/es_object/to_string/ |
H A D | test_to_string_method.js | 21 toString() { 28 toString() { 35 toString() { 36 return x.toString();
|
/arkcompiler/ets_runtime/test/moduletest/number/ |
H A D | number.js | 139 // toString, Only Test InttoString 141 print(a.toString(b)); 143 print((-0).toString()); 144 print((1).toString()); 145 print((-9).toString()); 146 print((1234567).toString()); 147 print((-1234567).toString()); 148 print((10000).toString()); 149 print((67345).toString());
|
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/ |
H A D | objectcloneproperties.js | 29 toString() {return 'obj1';} 33 toString() {return 'obj3';} 43 toString() {return 'obj4';}
|
/arkcompiler/ets_runtime/test/moduletest/weaktransitions/ |
H A D | weaktransitions.js | 25 let key = count.toString() + "-" +index.toString() + "key"; 26 let val = {value: index.toString() + "value"};
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereftonumbervalue_fuzzer/ |
H A D | jsvaluereftonumbervalue_fuzzer.cpp | 35 Local<StringRef> toString = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in JSValueRefToNumberValueFuzzTest() local 36 Local<JSValueRef> toValue(toString); in JSValueRefToNumberValueFuzzTest() 37 toString->ToNumber(vm); in JSValueRefToNumberValueFuzzTest()
|
/arkcompiler/ets_runtime/test/moduletest/typedarrayjoin/ |
H A D | typedarrayjoin.js | 34 toString() {
50 Number.prototype.toString = detachBuffer;
51 BigInt.prototype.toString = detachBuffer;
|
/arkcompiler/ets_frontend/arkguard/scripts/ |
H A D | execute_result_statistics.js | 115 let actual = fs.readFileSync(filePath).toString(); 116 let expectation = fs.readFileSync(expectationPath).toString(); 121 let actual = fs.readFileSync(resultCachePath).toString(); 122 let expectation = fs.readFileSync(expectationCachePath).toString(); 127 let actual = fs.readFileSync(resultUnobfuscationPath).toString(); 128 let expectation = fs.readFileSync(expectUnobfuscationPath).toString();
|
/arkcompiler/ets_runtime/test/moduletest/class/ |
H A D | class.js | 27 static toString() { 42 static toString() { 43 return super.toString() + ' child'; 49 print(Child.toString()); 142 toString() {
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/ |
H A D | test_sort.js | 33 return a.toString().localeCompare(b.toString());
|
H A D | test_to_sorted.js | 33 return a.toString().localeCompare(b.toString());
|
H A D | test_flat_map.js | 33 return v.toString(); 36 return v.toString();
|
H A D | test_map.js | 33 return v.toString(); 36 return v.toString();
|
/arkcompiler/ets_runtime/test/moduletest/arrayfill/ |
H A D | arrayfill.js | 23 arr.fill(42, { toString() { arr.length = 0; } }); 40 toString: function() { 49 toString: function() { 56 RegExp.prototype.toString.call(fake);
|
/arkcompiler/ets_runtime/test/fuzztest/tonativepointer_fuzzer/ |
H A D | tonativepointer_fuzzer.cpp | 34 Local<StringRef> toString = StringRef::NewFromUtf8(vm, (char*)data, (int)size); in ToNativePointerFuzzTest() local 35 Local<JSValueRef> toValue(toString); in ToNativePointerFuzzTest()
|
/arkcompiler/ets_runtime/test/moduletest/dynamicimport/ |
H A D | dynamicimport.js | 17 toString() {
22 toString() {
|
/arkcompiler/ets_runtime/test/moduletest/string/ |
H A D | string.js | 32 print((flag === str1).toString()); 33 print((flag === str2).toString()); 34 print((flag === str3).toString()); 40 print((utf81 === utf82).toString()); 41 print((utf81 === utf83).toString()); 73 print((str === str5).toString()); 74 print((str4 == str6).toString()); 381 print(arr1.toString("a")); 441 RegExp.toString(); 442 print("native Func toString tes [all...] |
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/ |
H A D | typedarraytosorted.js | 52 result.push(arr2.toString() == "3,3,5,6,7,8,10,30,100,100"); 54 result.push(arr2.toString() == "100,100,30,10,8,7,6,5,3,3");
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/toString/ |
H A D | func-decl-wtih-concurrent.js | 24 print(a.toString());
|
H A D | func-expr.js | 23 print(a.toString());
|
H A D | func-decl.js | 22 print(a.toString());
|
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
H A D | StringBuilderTest.java | 25 System.out.println(sb.toString()); in main()
|
H A D | StringBufferTest.java | 25 System.out.println(sb.toString()); in main()
|
/arkcompiler/ets_runtime/test/executiontest/js/ |
H A D | termination_4.js | 30 var a = [{toString() {if(error) loop()}}];
|