JSCExecutorFactory

Constructors

Link copied to clipboard
constructor(appName: String, deviceName: String)

Functions

Link copied to clipboard
open override fun create(): JavaScriptExecutor
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