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