comparison ir/irfunction.cpp @ 1209:8699c450a1a0

Implement -nested-ctx=hybrid
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 12 Apr 2009 20:23:00 +0200
parents dc608dc33081
children df2227fdc860
comparison
equal deleted inserted replaced
1208:2a37f4745ddd 1209:8699c450a1a0
109 retArg = NULL; 109 retArg = NULL;
110 thisArg = NULL; 110 thisArg = NULL;
111 nestArg = NULL; 111 nestArg = NULL;
112 112
113 nestedVar = NULL; 113 nestedVar = NULL;
114 framesType = NULL;
114 115
115 _arguments = NULL; 116 _arguments = NULL;
116 _argptr = NULL; 117 _argptr = NULL;
117 118
118 nextUnique.push(0); 119 nextUnique.push(0);