Classes | |
| class | IndirectHandleBase |
| class | StackAllocated |
| class | StackAllocated< true > |
Functions | |
| v8::Local< v8::Value > | GetFunctionTemplateData (v8::Isolate *isolate, v8::Local< v8::Data > raw_target) |
| internal::Address | ConvertToJSGlobalProxyIfNecessary (internal::Address holder) |
| void | ToLocalEmpty () |
| void | FromJustIsNothing () |
| internal::Address * | Eternalize (v8::Isolate *isolate, Value *handle) |
| internal::Address * | CopyGlobalReference (internal::Address *from) |
| void | DisposeGlobal (internal::Address *global_handle) |
| void | MakeWeak (internal::Address **location_addr) |
| void * | ClearWeak (internal::Address *location) |
| void | AnnotateStrongRetainer (internal::Address *location, const char *label) |
| internal::Address * | GlobalizeReference (internal::Isolate *isolate, internal::Address value) |
| void | MoveGlobalReference (internal::Address **from, internal::Address **to) |
| void | MakeWeak (internal::Address *location, void *data, WeakCallbackInfo< void >::Callback weak_callback, WeakCallbackType type) |
| void | InternalFieldOutOfBounds (int index) |
| void v8::api_internal::AnnotateStrongRetainer | ( | internal::Address * | location, |
| const char * | label | ||
| ) |
| void * v8::api_internal::ClearWeak | ( | internal::Address * | location | ) |
| internal::Address v8::api_internal::ConvertToJSGlobalProxyIfNecessary | ( | internal::Address | holder | ) |
| internal::Address * v8::api_internal::CopyGlobalReference | ( | internal::Address * | from | ) |
| void v8::api_internal::DisposeGlobal | ( | internal::Address * | global_handle | ) |
| internal::Address * v8::api_internal::Eternalize | ( | v8::Isolate * | isolate, |
| Value * | handle | ||
| ) |
| void v8::api_internal::FromJustIsNothing | ( | ) |
| v8::Local< v8::Value > v8::api_internal::GetFunctionTemplateData | ( | v8::Isolate * | isolate, |
| v8::Local< v8::Data > | raw_target | ||
| ) |
| internal::Address * v8::api_internal::GlobalizeReference | ( | internal::Isolate * | isolate, |
| internal::Address | value | ||
| ) |
| void v8::api_internal::InternalFieldOutOfBounds | ( | int | index | ) |
| void v8::api_internal::MakeWeak | ( | internal::Address ** | location_addr | ) |
| void v8::api_internal::MakeWeak | ( | internal::Address * | location, |
| void * | data, | ||
| WeakCallbackInfo< void >::Callback | weak_callback, | ||
| WeakCallbackType | type | ||
| ) |
| void v8::api_internal::MoveGlobalReference | ( | internal::Address ** | from, |
| internal::Address ** | to | ||
| ) |
| void v8::api_internal::ToLocalEmpty | ( | ) |