]> git.saurik.com Git - apple/javascriptcore.git/blob - replay/scripts/tests/fail-on-missing-input-name.json
JavaScriptCore-7601.1.46.3.tar.gz
[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 "Test": [
10 {
11 "description": "Supplies the system time to Date.now() and new Date().",
12 "queue": "SCRIPT_MEMOIZED",
13 "members": [
14 {
15 "name": "currentTime",
16 "type": "double"
17 }
18 ]
19 }
20 ]
21 }
22 }