summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/ret_by_value_runme.js
blob: 9d0840602a09bed98d3acbe6df34b5f6cc2cef96 (plain)
1
2
3
4
5
6
7
8
var ret_by_value = require("ret_by_value");

a = ret_by_value.get_test();
if (a.myInt != 100)
    throw "RuntimeError";

if (a.myShort != 200)
    throw "RuntimeError";