HermesExecutorFactory

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(): JavaScriptExecutor
Link copied to clipboard
fun setDebuggerName(debuggerName: String)
Link copied to clipboard
fun setEnableDebugger(enableDebugger: Boolean)
Link copied to clipboard
open override fun startSamplingProfiler()

Starts the sampling profiler for this specific JavaScriptExecutor Sampling profiler is usually a singleton on the runtime, hence the method exists here and not in JavaScriptExecutor

Link copied to clipboard
open override fun stopSamplingProfiler(filename: String)

Stops the Sampling profile

Link copied to clipboard
open override fun toString(): String