v8
6.8.275 (node 10.15.3)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
virtual | ~ExternalStringResourceBase () |
virtual bool | IsCompressible () const |
Protected Member Functions | |
ExternalStringResourceBase () | |
virtual void | Dispose () |
ExternalStringResourceBase (const ExternalStringResourceBase &)=delete | |
void | operator= (const ExternalStringResourceBase &)=delete |
Friends | |
class | internal::Heap |
class | v8::String |
|
inlinevirtual |
|
inlineprotected |
|
protecteddelete |
|
inlineprotectedvirtual |
Internally V8 will call this Dispose method when the external string resource is no longer needed. The default implementation will use the delete operator. This method can be overridden in subclasses to control how allocated external string resources are disposed.
|
protecteddelete |
|
friend |