-
public class HermesExecutor extends JavaScriptExecutor
-
-
Method Summary
Modifier and Type Method Description static void
loadLibrary()
String
getName()
Returns the name of the executor, identifying the underlying runtime. static native boolean
canLoadFile(String path)
Return whether this class can load a file at the given path, based on a binary compatibilitycheck between the contents of the file and the Hermes VM. -
-
Method Detail
-
loadLibrary
static void loadLibrary()
-
canLoadFile
static native boolean canLoadFile(String path)
Return whether this class can load a file at the given path, based on a binary compatibilitycheck between the contents of the file and the Hermes VM.
- Parameters:
path
- the path containing the file to inspect.
-
-
-
-