「コンパイラ・スクリプトエンジン」相談室12at TECH
「コンパイラ・スクリプトエンジン」相談室12 - 暇つぶし2ch200:デフォルトの名無しさん
08/02/07 16:25:28
作者キター
caperでJavaScript生成させると
 this.get_arg = function( base, index )
  {
   return this.stack[ this.stack.length - ( 3 * ( base-index ) + 2 ) ];
  }
みたいなコードが出てくるけど
 this.get_arg = function( base, index )
  {
   return this.stack[ this.stack.length - ( 3 * ( base-index ) ) + 2 ];
  }
の間違いじゃないすか?


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch