summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/replay/scripts/tests/generate-inputs-with-flags.json
blob: 3f49cc19e5b30ddc995e5ba4d0ce7a1fb26a872c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "types": {
        "Global": [
            { "name": "ScalarType", "mode": "SCALAR" }
        ]
    },

    "inputs": {
        "Test": [
            {
                "name": "ScalarInput1",
                "description": "",
                "queue": "SCRIPT_MEMOIZED",
                "members": [
                    { "name": "data", "type": "ScalarType" }
                ]
            },
            {
                "name": "ScalarInput2",
                "description": "",
                "queue": "SCRIPT_MEMOIZED",
                "flags": ["CREATE_FROM_PAGE"],
                "members": [
                    { "name": "data", "type": "ScalarType" }
                ]
            }
        ]
    }
}