summaryrefslogtreecommitdiff
path: root/js/Misc/DEBUG_SCICOS.js
blob: 5f938c77c6c5acbce2925184aba1c011c96c0b1d (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
/* autogenerated from "macros/Misc/DEBUG_SCICOS.sci" */
function DEBUG_SCICOS() {
    DEBUG_SCICOS.prototype.define = function DEBUG_SCICOS() {
        this.x = DEBUG("define");
        return new BasicBlock(this.x);
    }
    DEBUG_SCICOS.prototype.details = function DEBUG_SCICOS() {
        return this.x;
    }
    DEBUG_SCICOS.prototype.get = function DEBUG_SCICOS() {
        alert("parameters cannot be modified");
    }
    DEBUG_SCICOS.prototype.set = function DEBUG_SCICOS() {
        this.gui = "DEBUG";
        var tmpvar0 = DEBUG("set",this);
        this.x = tmpvar0[0];
        var y = tmpvar0[1];
        var typ = tmpvar0[2];
        return new BasicBlock(this.x);
    }
    DEBUG_SCICOS.prototype.get_popup_title = function DEBUG_SCICOS() {
        return;
    }
    DEBUG_SCICOS.prototype.getContainer = function DEBUG_SCICOS() { return new BasicBlock(this.x); }
}