| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index dc8c789c0747e3b6ff248964d2e9a3a171731388..c94a12643435e6e0b745228f1779cdb1189d2154 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -57,6 +57,8 @@ class Factory V8_FINAL {
|
|
|
| Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors,
|
| int slack = 0);
|
| + Handle<TransitionArray> NewTransitionArray(int number_of_transitions);
|
| + Handle<TransitionArray> NewSimpleTransitionArray(Handle<Map> target);
|
| Handle<DeoptimizationInputData> NewDeoptimizationInputData(
|
| int deopt_entry_count,
|
| PretenureFlag pretenure);
|
|
|