V8 Project
v8::internal::LiteralFixer::CollectVisitor Class Reference
+ Collaboration diagram for v8::internal::LiteralFixer::CollectVisitor:

Public Member Functions

 CollectVisitor (Handle< FixedArray > output)
 
void visit (JSFunction *fun)
 

Private Attributes

Handle< FixedArraym_output
 
int m_pos
 

Detailed Description

Definition at line 1101 of file liveedit.cc.

Constructor & Destructor Documentation

◆ CollectVisitor()

v8::internal::LiteralFixer::CollectVisitor::CollectVisitor ( Handle< FixedArray output)
inlineexplicit

Definition at line 1103 of file liveedit.cc.

Member Function Documentation

◆ visit()

void v8::internal::LiteralFixer::CollectVisitor::visit ( JSFunction fun)
inline

Definition at line 1106 of file liveedit.cc.

1106  {
1107  m_output->set(m_pos, fun);
1108  m_pos++;
1109  }

References m_output, and m_pos.

Member Data Documentation

◆ m_output

Handle<FixedArray> v8::internal::LiteralFixer::CollectVisitor::m_output
private

Definition at line 1111 of file liveedit.cc.

Referenced by visit().

◆ m_pos

int v8::internal::LiteralFixer::CollectVisitor::m_pos
private

Definition at line 1112 of file liveedit.cc.

Referenced by visit().


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