Created
October 21, 2009 05:59
-
-
Save mattn/214906 to your computer and use it in GitHub Desktop.
Revisions
-
mattn revised this gist
Oct 21, 2009 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,11 +6,11 @@ try { 'v' : function(x){ return x==this['v']?x('とんがりおっぱい'):x.call?(function(){throw x})():x} }) { alert((の)(の)) // へのへのおっぱい alert((メ)(メ)) // 傷物おっぱい alert((д)(д)) // ニプレスおっぱい alert((v)(v)) // とんがりおっぱい alert((v)(д)) // エラー } } catch(e) { alert('引数には乳首しか受け付けません:' + e); -
mattn revised this gist
Oct 21, 2009 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,17 @@ try { with({ 'の' : function(x){ return x==this['の']?x('へのへのおっぱい'):x.call?(function(){throw x})():x}, 'メ' : function(x){ return x==this['メ']?x('傷物おっぱい'):x.call?(function(){throw x})():x}, 'д' : function(x){ return x==this['д']?x('ニプレスおっぱい'):x.call?(function(){throw x})():x}, 'v' : function(x){ return x==this['v']?x('とんがりおっぱい'):x.call?(function(){throw x})():x} }) { alert((の)(の)) alert((メ)(メ)) alert((д)(д)) alert((v)(v)) alert((v)(д)) } } catch(e) { alert('引数には乳首しか受け付けません:' + e); } -
mattn created this gist
Oct 21, 2009 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ try { with({ 'の' : function(x){ return x==this['の']?x('へのへのおっぱい'):x.call?(function(){throw x})():x}, 'メ' : function(x){ return x==this['メ']?x('傷物おっぱい'):x.call?(function(){throw x})():x}, 'д' : function(x){ return x==this['д']?x('ニプレスおっぱい'):x.call?(function(){throw x})():x}, 'v' : function(x){ return x==this['v']?x('とんがりおっぱい'):x.call?(function(){throw x})():x} }) { alert((の)(の)) alert((メ)(メ)) alert((д)(д)) alert((v)(v)) alert((v)(д)) } } catch(e) { alert('引数には乳首しか受け付けません:' + e); }