v8  3.11.10 (node 0.8.28)
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 1102 of file v8.h.

Constructor & Destructor Documentation

◆ ~ExternalStringResourceBase()

virtual ~ExternalStringResourceBase ( )
inlinevirtual

Definition at line 1104 of file v8.h.

◆ ExternalStringResourceBase()

ExternalStringResourceBase ( )
inlineprotected

Definition at line 1107 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 1115 of file v8.h.

Friends And Related Function Documentation

◆ v8::internal::Heap

friend class v8::internal::Heap
friend

Definition at line 1122 of file v8.h.


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