Class: Proc

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#to_jsJS::Object

Returns self as a JS::Object.

Returns:



496
497
498
499
# File 'ext/js/js-core.c', line 496

static VALUE _rb_js_proc_to_js(VALUE obj) {
  rb_abi_lend_object(obj);
  return jsvalue_s_new(rb_js_abi_host_proc_to_js_function((uint32_t)obj));
}