
Untitled
By: a guest on
Apr 18th, 2012 | syntax:
JavaScript | size: 0.18 KB | hits: 146 | expires: Never
// a dangerous function
protected function dangerous() { 42 }
// a bit of code
function code() { dangerous() }
// an innocent bit of client code
client function malicious() { code () }