|
V8 Project
|
#include <free-buffer-extension.h>
Inheritance diagram for v8::internal::FreeBufferExtension:
Collaboration diagram for v8::internal::FreeBufferExtension:Public Member Functions | |
| FreeBufferExtension () | |
| virtual v8::Handle< v8::FunctionTemplate > | GetNativeFunctionTemplate (v8::Isolate *isolate, v8::Handle< v8::String > name) |
Public Member Functions inherited from v8::Extension | |
| Extension (const char *name, const char *source=0, int dep_count=0, const char **deps=0, int source_length=-1) | |
| virtual | ~Extension () |
| const char * | name () const |
| size_t | source_length () const |
| const String::ExternalOneByteStringResource * | source () const |
| int | dependency_count () |
| const char ** | dependencies () |
| void | set_auto_enable (bool value) |
| bool | auto_enable () |
Static Public Member Functions | |
| static void | FreeBuffer (const v8::FunctionCallbackInfo< v8::Value > &args) |
Definition at line 13 of file free-buffer-extension.h.
|
inline |
Definition at line 15 of file free-buffer-extension.h.
|
static |
Definition at line 21 of file free-buffer-extension.cc.
References v8::internal::V8::ArrayBufferAllocator(), and v8::ArrayBuffer::Allocator::Free().
Referenced by GetNativeFunctionTemplate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented from v8::Extension.
Definition at line 14 of file free-buffer-extension.cc.
References FreeBuffer(), and v8::FunctionTemplate::New().
Here is the call graph for this function: