Changeset 113 for NEWT0/trunk/src/newt_core/NewtObj.c
- Timestamp:
- 08/19/07 17:46:19 (17 months ago)
- Files:
-
- 1 modified
-
NEWT0/trunk/src/newt_core/NewtObj.c (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/src/newt_core/NewtObj.c
r107 r113 54 54 55 55 56 #if 0 56 57 #pragma mark - 58 #endif 57 59 /*------------------------------------------------------------------------*/ 58 60 /** シンボルのハッシュ値を計算 … … 255 257 256 258 259 #if 0 257 260 #pragma mark - 261 #endif 258 262 /*------------------------------------------------------------------------*/ 259 263 /** オブジェクトのオブジェクトタイプの取得 … … 365 369 366 370 371 #if 0 367 372 #pragma mark - 373 #endif 368 374 /*------------------------------------------------------------------------*/ 369 375 /** オブジェクトデータの実データサイズを計算 … … 664 670 665 671 672 #if 0 666 673 #pragma mark - 674 #endif 667 675 /*------------------------------------------------------------------------*/ 668 676 /** オブジェクのデータ部をバッファに取出す … … 687 695 688 696 697 #if 0 689 698 #pragma mark - 699 #endif 690 700 /*------------------------------------------------------------------------*/ 691 701 /** オブジェクトがリテラルかチェックする … … 1151 1161 1152 1162 1163 #if 0 1153 1164 #pragma mark - 1165 #endif 1154 1166 /*------------------------------------------------------------------------*/ 1155 1167 /** バイナリオブジェクトを作成する … … 1810 1822 1811 1823 1824 #if 0 1812 1825 #pragma mark - 1826 #endif 1813 1827 /*------------------------------------------------------------------------*/ 1814 1828 /** エラー番号の例外を発生する … … 1973 1987 1974 1988 1989 #if 0 1975 1990 #pragma mark - 1991 #endif 1976 1992 /*------------------------------------------------------------------------*/ 1977 1993 /** 32bit整数の比較 … … 2127 2143 2128 2144 2145 #if 0 2129 2146 #pragma mark - 2147 #endif 2130 2148 /*------------------------------------------------------------------------*/ 2131 2149 /** 計算可能な引数ならば計算結果のオブジェクトタイプを返す … … 2320 2338 2321 2339 2340 #if 0 2322 2341 #pragma mark - 2342 #endif 2323 2343 /*------------------------------------------------------------------------*/ 2324 2344 /** オブジェクトの長さを取得する … … 2490 2510 2491 2511 2512 #if 0 2492 2513 #pragma mark - 2514 #endif 2493 2515 /*------------------------------------------------------------------------*/ 2494 2516 /** フレームのオブジェクトデータが _proto スロットを持つかチェックする … … 2805 2827 2806 2828 2829 #if 0 2807 2830 #pragma mark - 2831 #endif 2808 2832 /*------------------------------------------------------------------------*/ 2809 2833 /** マップから指定位置のスロットシンボルを取出す … … 2967 2991 2968 2992 2993 #if 0 2969 2994 #pragma mark - 2995 #endif 2970 2996 /*------------------------------------------------------------------------*/ 2971 2997 /** フレームオブジェクトからスロットの位置を探す … … 3520 3546 3521 3547 3548 #if 0 3522 3549 #pragma mark - 3550 #endif 3523 3551 /*------------------------------------------------------------------------*/ 3524 3552 /** 検索された変数の保存場所に値をセットする … … 3667 3695 3668 3696 3697 #if 0 3669 3698 #pragma mark - 3699 #endif 3670 3700 /*------------------------------------------------------------------------*/ 3671 3701 /** ネイティブ関数の関数オブジェクトから関数のポインタを取得する … … 3801 3831 3802 3832 3833 #if 0 3803 3834 #pragma mark - 3835 #endif 3804 3836 /*------------------------------------------------------------------------*/ 3805 3837 /** 文字列の前半部が部分文字列と一致するかチェックする … … 3954 3986 3955 3987 3988 #if 0 3956 3989 #pragma mark - 3990 #endif 3957 3991 /*------------------------------------------------------------------------*/ 3958 3992 /** 文字列オブジェクトの最後に文字列を追加する … … 4014 4048 4015 4049 4050 #if 0 4016 4051 #pragma mark - 4052 #endif 4017 4053 /*------------------------------------------------------------------------*/ 4018 4054 /** 環境変数の取得
