Shaka Player Embedded
List of all members
shaka::impl::JsCallback< Func > Class Template Reference

#include <register_member.h>

Detailed Description

template<typename Func>
class shaka::impl::JsCallback< Func >

Pulls internal data |Data| from the given arguments structure. The internal data must be a POD type because it is stored as a binary blob in an ArrayBuffer.

This needs to accept |T| to avoid invalid reinterpret_cast<T> usages. In V8, we store the type directly in the void*; in JSC, the void* stores the base type.

Definition at line 417 of file register_member.h.


The documentation for this class was generated from the following file: