v8
9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
|
#include <allocation.h>
Static Public Member Functions | |
static void | Call (T *) |
Allows users to specify a post-construction callback for specific types. The callback is invoked on the instance of type T right after it has been constructed. This can be useful when the callback requires a fully-constructed object to be able to dispatch to virtual methods.
Definition at line 188 of file allocation.h.
|
inlinestatic |
Definition at line 189 of file allocation.h.