]> git.saurik.com Git - apple/javascriptcore.git/blob - replay/scripts/tests/fail-on-missing-input-name.json
feed8b82f9c24f333ad8f5c7b635e7d490363cf6
[apple/javascriptcore.git] / replay / scripts / tests / fail-on-missing-input-name.json
1 {
2 "types": {
3 "Global": [
4 { "name": "double", "mode": "SCALAR" }
5 ]
6 },
7
8 "inputs": [
9 {
10 "description": "Supplies the system time to Date.now() and new Date().",
11 "queue": "SCRIPT_MEMOIZED",
12 "members": [
13 {
14 "name": "currentTime",
15 "type": "double"
16 }
17 ]
18 }
19 ]
20 }