Changeset 09a1ae6 for src/Common
- Timestamp:
- Apr 12, 2018, 11:57:51 AM (8 years ago)
- Branches:
- new-env, with_gc
- Children:
- f229fc2
- Parents:
- 34dcc474
- File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r34dcc474 r09a1ae6 1171 1171 indexerScopedAccept( node->result, *this ); 1172 1172 1173 // xxx - not quite sure why this doesn't visit( node->function ); 1173 1174 for ( auto expr : node->args ) { 1174 1175 visitExpression( expr );
Note:
See TracChangeset
for help on using the changeset viewer.