v8  5.1.281 (node 6.17.1)
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 ()
 
virtual bool IsCompressible () const
 

Protected Member Functions

 ExternalStringResourceBase ()
 
virtual void Dispose ()
 

Friends

class v8::internal::Heap
 

Detailed Description

Definition at line 2208 of file v8.h.

Constructor & Destructor Documentation

◆ ~ExternalStringResourceBase()

virtual ~ExternalStringResourceBase ( )
inlinevirtual

Definition at line 2210 of file v8.h.

◆ ExternalStringResourceBase()

ExternalStringResourceBase ( )
inlineprotected

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

◆ IsCompressible()

virtual bool IsCompressible ( ) const
inlinevirtual

Definition at line 2212 of file v8.h.

Friends And Related Function Documentation

◆ v8::internal::Heap

friend class v8::internal::Heap
friend

Definition at line 2230 of file v8.h.


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