comparison ir/irfunction.cpp @ 1216:033f18ec1371

Unify %.frames_list and %.frame into a single data structure, generalizing r1212 to all frames instead of just the outer-most one.
author Frits van Bommel <fvbommel wxs.nl>
date Wed, 15 Apr 2009 20:59:19 +0200
parents df2227fdc860
children 5f340a6dc749
comparison
equal deleted inserted replaced
1215:08f87d8cd101 1216:033f18ec1371
107 defined = false; 107 defined = false;
108 108
109 retArg = NULL; 109 retArg = NULL;
110 thisArg = NULL; 110 thisArg = NULL;
111 nestArg = NULL; 111 nestArg = NULL;
112 elidedCtxList = false;
113 112
114 nestedVar = NULL; 113 nestedVar = NULL;
115 framesType = NULL; 114 frameType = NULL;
115 depth = 0;
116 116
117 _arguments = NULL; 117 _arguments = NULL;
118 _argptr = NULL; 118 _argptr = NULL;
119 119
120 nextUnique.push(0); 120 nextUnique.push(0);