Table of Contents

Class ExecutorCallHandler

Namespace
JavaScriptCore.Internal
Assembly
JavaScriptCore-6.0.dll

Call Handler for Executor. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.

public class ExecutorCallHandler
Inheritance
ExecutorCallHandler
Inherited Members

Constructors

ExecutorCallHandler(Executor)

public ExecutorCallHandler(Executor managed)

Parameters

managed Executor

Fields

NativeCallback

public Executor NativeCallback

Field Value

Executor