Security:Strawman Model: Difference between revisions

Line 8: Line 8:
Request    = {get, set, call}                // principal requests of objects
Request    = {get, set, call}                // principal requests of objects


Stack      = array [Activation]               // array of activation objects
Stack      = array [Window]                   // array of Window objects
             where top() = this[this.length-1]
             where top() = this[this.length-1]
Activation = record {global:Window,
                    subject:Principal}


Object    = record {parent:Object}          // record with parent field
Object    = record {parent:Object}          // record with parent field
Confirmed users, Bureaucrats and Sysops emeriti
419

edits