Tilde Friends
|
Typedefs | |
typedef struct _tf_tls_context_t | tf_tls_context_t |
Functions | |
JSValue | tf_tls_context_register (JSContext *context) |
tf_tls_context_t * | tf_tls_context_get (JSValue value) |
int | tf_tls_context_get_count () |
Exposes TLS to JS.
typedef struct _tf_tls_context_t tf_tls_context_t |
A TLS context instance.
tf_tls_context_t * tf_tls_context_get | ( | JSValue | value | ) |
Get a TLS context instance from its JS object.
value | A TlsContext JS object. |
int tf_tls_context_get_count | ( | ) |
Get the number of active TLS context instances.
JSValue tf_tls_context_register | ( | JSContext * | context | ) |
Register TLS script interface.
context | The TLS context. |