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