summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/eval-without-codegen-expected.txt
blob: 04de9bb22693f786b97d3cd271051f167ea67790 (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
30
31
32
Tests that evaluation works when code generation from strings is not allowed.

Running test: testEvaluateNotPaused
{
    id : <messageId>
    result : {
        result : {
            type : string
            value : Global1
        }
    }
}

Running test: testEvaluatePaused
{
    id : <messageId>
    result : {
        result : {
            type : string
            value : Global2
        }
    }
}
{
    id : <messageId>
    result : {
        result : {
            type : string
            value : Local
        }
    }
}