| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 51065aac41821a1c6b1e460d8dd716dee09f5143..c488875f36c987713b42eacfae5f5e04784be222 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -284,6 +284,10 @@ class Factory {
|
| ElementsKind elements_kind = TERMINAL_FAST_ELEMENTS_KIND,
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| + Handle<JSArray> NewEmptyJSArray(
|
| + ElementsKind elements_kind = TERMINAL_FAST_ELEMENTS_KIND,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
| +
|
| void SetElementsCapacityAndLength(Handle<JSArray> array,
|
| int capacity,
|
| int length);
|
|
|