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

Public Member Functions

 FrameFunctionIterator (Isolate *isolate, const AssertNoAllocation &promise)
 
JSFunctionnext ()
 
bool Find (JSFunction *function)
 

Detailed Description

Definition at line 665 of file accessors.cc.

Constructor & Destructor Documentation

FrameFunctionIterator ( Isolate isolate,
const AssertNoAllocation promise 
)
inline

Definition at line 667 of file accessors.cc.

Member Function Documentation

bool Find ( JSFunction function)
inline

Definition at line 686 of file accessors.cc.

References FrameFunctionIterator::next(), and v8::internal::NULL.

JSFunction* next ( )
inline

Definition at line 673 of file accessors.cc.

References v8::internal::NULL.

Referenced by FrameFunctionIterator::Find().


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