(int runtimeId)
| 81 | private native void lock(int runtimeId); |
| 82 | |
| 83 | private native void unlock(int runtimeId); |
| 84 | |
| 85 | private native void passExceptionToJsNative(int runtimeId, Throwable ex, String message, String fullStackTrace, String jsStackTrace, boolean isDiscarded); |
| 86 |
no outgoing calls
no test coverage detected