]> git.saurik.com Git - apple/javascriptcore.git/blob - replay/scripts/tests/fail-on-duplicate-input-names.json
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / replay / scripts / tests / fail-on-duplicate-input-names.json
1 {
2 "types": {
3 "Global": [
4 { "name": "double", "mode": "SCALAR" },
5 { "name": "uint64_t", "mode": "SCALAR" }
6 ]
7 },
8
9 "inputs": {
10 "Test": [
11 {
12 "name": "GetCurrentTime",
13 "description": "Supplies the system time to Date.now() and new Date().",
14 "queue": "SCRIPT_MEMOIZED",
15 "members": [
16 { "name": "currentTime", "type": "double" }
17 ]
18 },
19 {
20 "name": "GetCurrentTime",
21 "description": "Sets the PRNG seed used by Math.random().",
22 "queue": "SCRIPT_MEMOIZED",
23 "members": [
24 { "name": "randomSeed", "type": "uint64_t" }
25 ]
26 }
27 ]
28 }
29 }