check local class namespace before reaching for cells (closes #17853)

This commit is contained in:
Benjamin Peterson 2013-04-30 09:41:40 -04:00
parent f256f5f3eb
commit 3b0431dc60
10 changed files with 187 additions and 122 deletions

View file

@ -140,6 +140,7 @@ extern "C" {
#define SET_ADD 146
#define MAP_ADD 147
#define LOAD_CLASSDEREF 148
/* EXCEPT_HANDLER is a special, implicit block type which is created when
entering an except handler. It is not an opcode but we define it here