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