| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 3f8a3f68340935f1c06e4de3cf02c619988f33ee..fccc38573f6daa18907c6b283aa49316494f7be5 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -589,6 +589,9 @@ class Factory V8_FINAL {
|
| Handle<FixedArray> feedback_vector);
|
| Handle<SharedFunctionInfo> NewSharedFunctionInfo(Handle<String> name);
|
|
|
| + // Allocate a new type feedback vector
|
| + Handle<FixedArray> NewTypeFeedbackVector(int slot_count);
|
| +
|
| // Allocates a new JSMessageObject object.
|
| Handle<JSMessageObject> NewJSMessageObject(
|
| Handle<String> type,
|
|
|