| Package | Description |
|---|---|
| org.jruby.cext |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Object,Handle> |
GC.nativeHandles |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Handle |
GC.lookup(IRubyObject obj) |
(package private) static Handle |
Handle.newHandle(Ruby runtime,
java.lang.Object rubyObject,
long nativeHandle) |
(package private) static Handle |
Handle.valueOf(IRubyObject obj)
Retrieves the Handle object associated with a
RubyObject. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
GC.register(IRubyObject obj,
Handle h)
Called from Handle.valueOf
|