]> git.saurik.com Git - apple/javascriptcore.git/blame - replay/scripts/tests/generate-inputs-with-flags.json
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / replay / scripts / tests / generate-inputs-with-flags.json
CommitLineData
81345200
A
1{
2 "types": {
3 "Global": [
4 { "name": "ScalarType", "mode": "SCALAR" }
5 ]
6 },
7
ed1e77d3
A
8 "inputs": {
9 "Test": [
10 {
11 "name": "ScalarInput1",
12 "description": "",
13 "queue": "SCRIPT_MEMOIZED",
14 "members": [
15 { "name": "data", "type": "ScalarType" }
16 ]
17 },
18 {
19 "name": "ScalarInput2",
20 "description": "",
21 "queue": "SCRIPT_MEMOIZED",
22 "flags": ["CREATE_FROM_PAGE"],
23 "members": [
24 { "name": "data", "type": "ScalarType" }
25 ]
26 }
27 ]
28 }
81345200 29}