#include <gc-extension.h>
|
static const char * | BuildSource (char *buf, size_t size, const char *fun_name) |
|
Definition at line 13 of file gc-extension.h.
◆ GCExtension()
v8::internal::GCExtension::GCExtension |
( |
const char * |
fun_name | ) |
|
|
inlineexplicit |
Definition at line 15 of file gc-extension.h.
static const char * BuildSource(char *buf, size_t size, const char *fun_name)
◆ BuildSource()
static const char* v8::internal::GCExtension::BuildSource |
( |
char * |
buf, |
|
|
size_t |
size, |
|
|
const char * |
fun_name |
|
) |
| |
|
inlinestaticprivate |
Definition at line 24 of file gc-extension.h.
26 "native function %s();", fun_name);
enable harmony numeric enable harmony object literal extensions Optimize object size
int SNPrintF(Vector< char > str, const char *format,...)
References size, and v8::internal::SNPrintF().
◆ GC()
◆ GetNativeFunctionTemplate()
Reimplemented from v8::Extension.
Definition at line 13 of file gc-extension.cc.
static Local< FunctionTemplate > New(Isolate *isolate, FunctionCallback callback=0, Handle< Value > data=Handle< Value >(), Handle< Signature > signature=Handle< Signature >(), int length=0)
Creates a function template.
static void GC(const v8::FunctionCallbackInfo< v8::Value > &args)
References GC(), and v8::FunctionTemplate::New().
◆ buffer_
char v8::internal::GCExtension::buffer_[50] |
|
private |
The documentation for this class was generated from the following files: