v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StringTracker Class Reference

#include <api.h>

Public Member Functions

void RecordWrite (Handle< String > string)
 
bool IsFreshUnusedString (Handle< String > string)
 

Friends

class Isolate
 

Detailed Description

Definition at line 415 of file api.h.

Member Function Documentation

bool IsFreshUnusedString ( Handle< String string)
inline

Definition at line 431 of file api.h.

References Isolate::heap(), and Heap::NewSpaceTop().

Referenced by String::CanMakeExternal(), and String::MakeExternal().

void RecordWrite ( Handle< String string)
inline

Definition at line 420 of file api.h.

References Isolate::heap(), and Heap::NewSpaceTop().

Friends And Related Function Documentation

friend class Isolate
friend

Definition at line 471 of file api.h.


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