5#ifndef V8_EXTENSIONS_GC_EXTENSION_H_
6#define V8_EXTENSIONS_GC_EXTENSION_H_
15class FunctionCallbackInfo;
63 static const char*
BuildSource(
char* buf,
size_t size,
const char* fun_name) {
static const char * BuildSource(char *buf, size_t size, const char *fun_name)
v8::Local< v8::FunctionTemplate > GetNativeFunctionTemplate(v8::Isolate *isolate, v8::Local< v8::String > name) override
GCExtension(const char *fun_name)
int SNPrintF(Vector< char > str, const char *format,...)
constexpr Vector< T > VectorOf(T *start, size_t size)