public final class NativeIsolateThread extends Object
NativeIsolate.enter()
Modifier and Type | Method and Description |
---|---|
long |
getIsolateThreadId()
Returns the isolate thread address.
|
void |
leave()
Leaves the
NativeIsolate on the current thread. |
public long getIsolateThreadId()
IllegalStateException
- when the NativeIsolateThread
is no more entered.public void leave()
NativeIsolate
on the current thread.