v8  4.6.85 (node 5.12.0)
V8 is Google's open source JavaScript engine
String::ExternalStringResourceBase Class Reference

#include <v8.h>

Inheritance diagram for String::ExternalStringResourceBase:

Public Member Functions

virtual ~ExternalStringResourceBase ()
 

Protected Member Functions

 ExternalStringResourceBase ()
 
virtual void Dispose ()
 

Friends

class v8::internal::Heap
 

Detailed Description

Definition at line 2178 of file v8.h.

Constructor & Destructor Documentation

◆ ~ExternalStringResourceBase()

virtual ~ExternalStringResourceBase ( )
inlinevirtual

Definition at line 2180 of file v8.h.

◆ ExternalStringResourceBase()

ExternalStringResourceBase ( )
inlineprotected

Definition at line 2183 of file v8.h.

Member Function Documentation

◆ Dispose()

virtual void Dispose ( )
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.

Definition at line 2191 of file v8.h.

Friends And Related Function Documentation

◆ v8::internal::Heap

friend class v8::internal::Heap
friend

Definition at line 2198 of file v8.h.


The documentation for this class was generated from the following file: