water
water
# Version > 2022-03-07 # Test case ```javascript var foo = function (n) { switch (n) { case 1: print(1); function f() { print('f1') } break; case 2: print(2); function...
# Version Version: 3.0.0 ( 1a2c047 ) # Execution steps /root/.jsvu/jerry Testcase.js # Testcase ``` var foo = function() { var s = "[0"; for (var i = 0; i...
# Version Version: 3.0.0 ( 1a2c047 ) # Execution steps /root/.jsvu/jerry Testcase.js # Testcase ``` var foo = function(a, b = a) { function a() { return 2; } eval("assert(a()...
# Version Version: 3.0.0 ( 1a2c047 ) # Execution steps /root/.jsvu/jerry Testcase.js # Testcase ``` var testcase = function() { function foo() { bar(); } function bar() { foo(); }...
# Version *Version: 3.0.0* ( 6fe763f ) # Testcase1 ```javascript var foo = function (parts) { parts.sort(function (a, b) { //print(a.avalue - b.value); return a.avalue - b.value;//NaN }); parts.forEach(function (item)...
# Version *Version: 3.0.0* ( 6fe763f ) # Execution steps ```bash /root/.jsvu/jerry Testcase.js ``` # Test case 1 ```javascript var foo = function(it) { var a = [...it, , ];...
# Version *Version: 3.0.0* ( 6fe763f ) # Test case ```javascript var foo = function() { var y = 200; try { throw {} } catch ({ x = function(){print(y);}...
fix https://github.com/microsoft/QuantumLibraries/issues/672 Please review issue https://github.com/microsoft/QuantumLibraries/issues/672 and review the pr
When I create a bell state using two qubits and use DumpRegister to dump one of the qubit states, there is nothing in the console. However, the documentation mentioned that...
# Positive and negative problems of the tolerance parameter in LocalUnivariateMinimum ## Conceptual overview 1. When calling the LocalUnivariateMinimum function, the search will never stop if the tolerance input is...