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

Public Member Functions

void visit (JSFunction *fun)
 

Public Attributes

int count
 

Detailed Description

Definition at line 1093 of file liveedit.cc.

Member Function Documentation

◆ visit()

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

Definition at line 1095 of file liveedit.cc.

1095  {
1096  count++;
1097  }

References count.

Member Data Documentation

◆ count

int v8::internal::LiteralFixer::CountVisitor::count

Definition at line 1098 of file liveedit.cc.

Referenced by v8::internal::LiteralFixer::CollectJSFunctions(), and visit().


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