| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 456845881f88daa6aff0d70912d5aa99dff3ddda..6807d082d82d7b275f251d30ffe20b2af7881ad1 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -262,6 +262,12 @@ class MacroAssembler: public Assembler {
|
| Register scratch,
|
| Label* no_map_match);
|
|
|
| + // Load the initial map for new Arrays from a JSFunction.
|
| + void LoadInitialArrayMap(Register function_in,
|
| + Register scratch,
|
| + Register map_out,
|
| + bool can_have_holes);
|
| +
|
| void LoadGlobalContext(Register global_context);
|
|
|
| // Load the global function with the given index.
|
|
|