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