eval-without-codegen-expected.txt 823 Bytes
Newer Older
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
        }
    }
}
33 34 35 36 37 38

Running test: testCallFunctionOn
{
    id : <messageId>
    result : {
        result : {
39
            description : 3
40 41 42 43 44 45 46 47 48 49 50 51 52
            type : number
            value : 3
        }
    }
}
{
    id : <messageId>
    result : {
        result : {
            type : undefined
        }
    }
}