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
FrameFunctionIterator Class Reference

Public Member Functions

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

Detailed Description

Definition at line 802 of file accessors.cc.

Constructor & Destructor Documentation

FrameFunctionIterator ( Isolate isolate,
const DisallowHeapAllocation promise 
)
inline

Definition at line 804 of file accessors.cc.

Member Function Documentation

bool Find ( JSFunction function)
inline

Definition at line 823 of file accessors.cc.

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

JSFunction* next ( )
inline

Definition at line 810 of file accessors.cc.

References v8::internal::NULL.

Referenced by FrameFunctionIterator::Find().


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