HomeSort by relevance Sort by last modified time
    Searched refs:increase_node_count (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
ast.cc 996 #define INCREASE_NODE_COUNT(NodeType) \
998 increase_node_count(); \
1001 INCREASE_NODE_COUNT(VariableDeclaration)
1002 INCREASE_NODE_COUNT(FunctionDeclaration)
1003 INCREASE_NODE_COUNT(ModuleDeclaration)
1004 INCREASE_NODE_COUNT(ImportDeclaration)
1005 INCREASE_NODE_COUNT(ExportDeclaration)
1006 INCREASE_NODE_COUNT(ModuleLiteral)
1007 INCREASE_NODE_COUNT(ModuleVariable)
1008 INCREASE_NODE_COUNT(ModulePath
    [all...]
ast.h 2609 void increase_node_count() { properties_.add_node_count(1); } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium_org/v8/src/
ast.cc     [all...]
ast.h 2828 void increase_node_count() { properties_.add_node_count(1); } function in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 50 milliseconds