るりまサーチ

最速Rubyリファレンスマニュアル検索!
564件ヒット [101-200件を表示] (0.046秒)
トップページ > クエリ:GC[x] > クエリ:stat[x] > 種類:関数[x]

別のキーワード

  1. gc stat
  2. gc latest_gc_info
  3. _builtin latest_gc_info
  4. _builtin gc
  5. gc start

検索結果

<< < 1 2 3 4 ... > >>

static VALUE proc_s_new(int argc, VALUE *argv, VALUE klass) (201.0)

Proc.new の実体。

Proc.new の実体。

static VALUE rb_call(VALUE klass, VALUE recv, ID mid, int argc, const VALUE *argv, int scope) (201.0)

クラス klass に定義されたメソッド mid を呼び出します。 レシーバは recv で、引数は長さ argc の配列 argv で渡します。

...クラス klass に定義されたメソッド mid を呼び出します。
レシーバは recv で、引数は長さ argc の配列 argv で渡します。

scope は以下のように呼び出しの形式を示します。

: 0
obj.method() (private/protected メソッドを呼べない)
:...

static VALUE rb_call0(VALUE klass, VALUE recv, ID id, int argc, VALUE *argv, NODE *body, int nosuper) (201.0)

クラス klass に定義されたメソッドのコード body を起動します。 レシーバは recv で、引数は長さ argc の配列 argv で渡します。 nosuper が非ゼロのときは、この呼び出し中の super がエラーになります。

...クラス klass に定義されたメソッドのコード body を起動します。
レシーバは recv で、引数は長さ argc の配列 argv で渡します。
nosuper が非ゼロのときは、この呼び出し中の super がエラーになります。...

static VALUE rb_class_initialize(int argc, VALUE *argv, VALUE klass) (201.0)

Class#initialize の実体です。

Class#initialize の実体です。

static VALUE rb_class_s_new(int argc, VALUE *argv) (201.0)

絞り込み条件を変える

static VALUE rb_cont_call(int argc, VALUE *argv, VALUE cont) (201.0)

Continuation#call の実体。

Continuation#call の実体。

static VALUE rb_f_abort(int argc, VALUE *argv) (201.0)

static VALUE rb_f_caller(int argc, VALUE *argv) (201.0)

static VALUE rb_f_eval(int argc, VALUE *argv, VALUE self) (201.0)

<< < 1 2 3 4 ... > >>