Changeset 1582 for cobra/trunk/Source/Statements.cobra
- Timestamp:
- 08/18/08 11:40:51 (5 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Statements.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Statements.cobra
r1576 r1582 1268 1268 else 1269 1269 # since we don't have 'this', try prepending 'this' 1270 args.insert(0, ThisLit(.token , .compiler.boxStack.peek).bindImp)1270 args.insert(0, ThisLit(.token).bindImp) 1271 1271 else if args.count == 0 and params.count == 2 1272 1272 # missing both 'this' and event args 1273 args.add(ThisLit(.token , .compiler.boxStack.peek).bindImp)1273 args.add(ThisLit(.token).bindImp) 1274 1274 args.add(_postCallForType(params[params.count-1].type)) 1275 1275 else
