564件ヒット
[1-100件を表示]
(0.031秒)
キーワード
-
call
_ cfunc (12) -
define
_ final (12) -
gc
_ mark _ all (12) -
gc
_ mark _ rest (12) -
gc
_ sweep (12) -
method
_ call (12) -
os
_ each _ obj (12) -
proc
_ s _ new (12) -
rb
_ call (12) -
rb
_ call0 (12) -
rb
_ class _ initialize (12) -
rb
_ class _ s _ new (12) -
rb
_ cont _ call (12) -
rb
_ f _ abort (12) -
rb
_ f _ caller (12) -
rb
_ f _ eval (12) -
rb
_ f _ exit (12) -
rb
_ f _ load (12) -
rb
_ f _ missing (12) -
rb
_ f _ raise (12) -
rb
_ f _ send (12) -
rb
_ f _ throw (12) -
rb
_ mod _ attr (12) -
rb
_ mod _ attr _ accessor (12) -
rb
_ mod _ attr _ reader (12) -
rb
_ mod _ attr _ writer (12) -
rb
_ mod _ define _ method (12) -
rb
_ mod _ include (12) -
rb
_ mod _ modfunc (12) -
rb
_ mod _ private (12) -
rb
_ mod _ private _ method (12) -
rb
_ mod _ protected (12) -
rb
_ mod _ public (12) -
rb
_ mod _ public _ method (12) -
rb
_ obj _ extend (12) -
rb
_ obj _ respond _ to (12) -
rb
_ thread _ join _ m (12) -
rb
_ thread _ raise (12) -
rb
_ thread _ raise _ m (12) -
rb
_ thread _ s _ new (12) -
rb
_ undefined (12) -
set
_ method _ visibility (12) -
specific
_ eval (12) -
top
_ include (12) -
top
_ private (12) -
top
_ public (12) -
umethod
_ call (12)
検索結果
先頭5件
-
static void gc
_ sweep(void) (6217.0) -
GC のスイープフェイズを実行します。
...
GC のスイープフェイズを実行します。... -
static void gc
_ mark _ all(void) (6201.0) -
-
static void gc
_ mark _ rest(void) (6201.0) -
-
static VALUE rb
_ undefined(VALUE obj , ID id , int argc , VALUE *argv , int call _ status) (301.0) -
-
static VALUE call
_ cfunc(VALUE (*func)() , VALUE recv , int len , int argc , VALUE *argv) (201.0) -
C で定義されたメソッドの起動に際し、実体の関数 func を呼び出します。
C で定義されたメソッドの起動に際し、実体の関数 func を呼び出します。 -
static VALUE define
_ final(int argc , VALUE *argv , VALUE os) (201.0) -
-
static VALUE method
_ call(int argc , VALUE *argv , VALUE method) (201.0) -
-
static VALUE os
_ each _ obj(int argc , VALUE *argv) (201.0) -
-
static VALUE proc
_ s _ new(int argc , VALUE *argv , VALUE klass) (201.0) -
Proc.new の実体。
Proc.new の実体。