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
WeakCallCounterAndPersistent< T > Struct Template Reference
Collaboration diagram for WeakCallCounterAndPersistent< T >:

Public Member Functions

 WeakCallCounterAndPersistent (WeakCallCounter *counter)
 

Data Fields

WeakCallCountercounter
 
v8::Persistent< Thandle
 

Detailed Description

template<typename T>
struct WeakCallCounterAndPersistent< T >

Definition at line 3653 of file test-api.cc.

Constructor & Destructor Documentation

WeakCallCounterAndPersistent ( WeakCallCounter counter)
inlineexplicit

Definition at line 3654 of file test-api.cc.

Field Documentation

WeakCallCounter* counter

Definition at line 3656 of file test-api.cc.

v8::Persistent<T> handle

Definition at line 3657 of file test-api.cc.

Referenced by TEST(), and THREADED_TEST().


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