LookupSymbolIfExists 5434 src/heap.cc return symbol_table()->LookupSymbolIfExists(string, symbol);
LookupSymbolIfExists 7007 src/heap.cc if (HEAP->LookupSymbolIfExists(name, &symbol)) {
LookupSymbolIfExists 1011 src/heap.h bool LookupSymbolIfExists(String* str, String** symbol);
LookupSymbolIfExists 2999 src/objects.h bool LookupSymbolIfExists(String* str, String** symbol);
LookupSymbolIfExists 421 src/scopeinfo.cc if (HEAP->LookupSymbolIfExists(name, &symbol)) {
LookupSymbolIfExists 448 src/scopeinfo.cc if (HEAP->LookupSymbolIfExists(name, &symbol)) {