Click or drag to resize

V8FastArgs.IsTruthy Method

Determines whether the argument at the specified index is truthy.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public bool IsTruthy(
	int index
)

Parameters

index  Int32
The argument index.

Return Value

Boolean
True if the argument at the specified index is truthy, false otherwise.
See Also