]> git.saurik.com Git - apple/javascriptcore.git/blame - replay/scripts/tests/fail-on-unknown-input-queue.json
JavaScriptCore-7600.1.4.9.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
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}