| Name | Description |
---|
 | V8FastHostFunction(V8FastHostFunctionInvoker) |
Initializes a new V8FastHostFunction instance.
|
 | V8FastHostFunction(Int32, V8FastHostFunctionInvoker) |
Initializes a new V8FastHostFunction instance with the specified required argument count.
|
 | V8FastHostFunction(String, V8FastHostFunctionInvoker) |
Initializes a new V8FastHostFunction instance with the specified name.
|
 | V8FastHostFunction(V8FastHostObjectConfigurator<V8FastHostFunction>, V8FastHostFunctionInvoker) |
Initializes a new V8FastHostFunction instance with the specified configuration callback.
|
 | V8FastHostFunction(Int32, V8FastHostObjectConfigurator<V8FastHostFunction>, V8FastHostFunctionInvoker) |
Initializes a new V8FastHostFunction instance with the specified required argument count and configuration callback.
|
 | V8FastHostFunction(String, V8FastHostObjectConfigurator<V8FastHostFunction>, V8FastHostFunctionInvoker) |
Initializes a new V8FastHostFunction instance with the specified name and configuration callback.
|
 | V8FastHostFunction(String, Int32, V8FastHostFunctionInvoker) |
Initializes a new V8FastHostFunction instance with the specified name and required argument count.
|
 | V8FastHostFunction(String, Int32, V8FastHostObjectConfigurator<V8FastHostFunction>, V8FastHostFunctionInvoker) |
Initializes a new V8FastHostFunction instance with the specified name, required argument count, and configuration callback.
|