| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index ee95e3a8134b9c03570bb5c707f56a4f45e3e730..fb7c3be8e9ae62db04923376585427ba06cb861b 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -528,6 +528,7 @@ class Heap : public AllStatic {
|
| return LookupSymbol(CStrVector(str));
|
| }
|
| static Object* LookupSymbol(String* str);
|
| + static bool LookupSymbolIfExists(String* str, String** symbol);
|
|
|
| // Compute the matching symbol map for a string if possible.
|
| // NULL is returned if string is in new space or not flattened.
|
|
|