Home | History | Annotate | Download | only in src

Lines Matching refs:new_table

3245   Object* new_table = symbol_table()->LookupSymbol(string, &symbol);
3246 if (new_table->IsFailure()) return new_table;
3249 roots_[kSymbolTableRootIndex] = new_table;
3258 Object* new_table = symbol_table()->LookupString(string, &symbol);
3259 if (new_table->IsFailure()) return new_table;
3262 roots_[kSymbolTableRootIndex] = new_table;