Home
last modified time | relevance | path

Searched refs:toString (Results 1 - 25 of 66) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
H A Darrayjoin.js37 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 Dmultiargs.js54 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 Dtest_to_string_method.js21 toString() {
28 toString() {
35 toString() {
36 return x.toString();
/arkcompiler/ets_runtime/test/moduletest/number/
H A Dnumber.js139 // 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 Dobjectcloneproperties.js29 toString() {return 'obj1';}
33 toString() {return 'obj3';}
43 toString() {return 'obj4';}
/arkcompiler/ets_runtime/test/moduletest/weaktransitions/
H A Dweaktransitions.js25 let key = count.toString() + "-" +index.toString() + "key";
26 let val = {value: index.toString() + "value"};
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereftonumbervalue_fuzzer/
H A Djsvaluereftonumbervalue_fuzzer.cpp35 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 Dtypedarrayjoin.js34 toString() {
50 Number.prototype.toString = detachBuffer;
51 BigInt.prototype.toString = detachBuffer;
/arkcompiler/ets_frontend/arkguard/scripts/
H A Dexecute_result_statistics.js115 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 Dclass.js27 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 Dtest_sort.js33 return a.toString().localeCompare(b.toString());
H A Dtest_to_sorted.js33 return a.toString().localeCompare(b.toString());
H A Dtest_flat_map.js33 return v.toString();
36 return v.toString();
H A Dtest_map.js33 return v.toString();
36 return v.toString();
/arkcompiler/ets_runtime/test/moduletest/arrayfill/
H A Darrayfill.js23 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 Dtonativepointer_fuzzer.cpp34 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 Ddynamicimport.js17 toString() {
22 toString() {
/arkcompiler/ets_runtime/test/moduletest/string/
H A Dstring.js32 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 Dtypedarraytosorted.js52 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 Dfunc-decl-wtih-concurrent.js24 print(a.toString());
H A Dfunc-expr.js23 print(a.toString());
H A Dfunc-decl.js22 print(a.toString());
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
H A DStringBuilderTest.java25 System.out.println(sb.toString()); in main()
H A DStringBufferTest.java25 System.out.println(sb.toString()); in main()
/arkcompiler/ets_runtime/test/executiontest/js/
H A Dtermination_4.js30 var a = [{toString() {if(error) loop()}}];

Completed in 15 milliseconds

123