Index: src/factory.cc |
diff --git a/src/factory.cc b/src/factory.cc |
index daf9d64f5daf8dd7adadb44cb45ebbc1e293f2b0..cc437620a5d15aafe987f17a2668e95cabe933b2 100644 |
--- a/src/factory.cc |
+++ b/src/factory.cc |
@@ -148,6 +148,13 @@ Handle<AccessorPair> Factory::NewAccessorPair() { |
} |
+Handle<TypeFeedbackInfo> Factory::NewTypeFeedbackInfo() { |
+ CALL_HEAP_FUNCTION(isolate(), |
+ isolate()->heap()->AllocateTypeFeedbackInfo(), |
+ TypeFeedbackInfo); |
+} |
+ |
+ |
// Symbols are created in the old generation (data space). |
Handle<String> Factory::LookupSymbol(Vector<const char> string) { |
CALL_HEAP_FUNCTION(isolate(), |