| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 121d34cfedef60a31f0e0ac5f68a828d332b28e4..786d4a983a4d6bba856337956474aac509e812e1 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -76,6 +76,8 @@ class Factory {
|
| // Allocates a pre-tenured empty AccessorPair.
|
| Handle<AccessorPair> NewAccessorPair();
|
|
|
| + Handle<TypeFeedbackInfo> NewTypeFeedbackInfo();
|
| +
|
| Handle<String> LookupSymbol(Vector<const char> str);
|
| Handle<String> LookupSymbol(Handle<String> str);
|
| Handle<String> LookupAsciiSymbol(Vector<const char> str);
|
|
|