| Index: src/ppc/macro-assembler-ppc.h
|
| diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h
|
| index 5f4c8ac9be56663944b89742cab88b35e26fef7f..099c79ded3a8ce184fb7e58bf226442abb47c01a 100644
|
| --- a/src/ppc/macro-assembler-ppc.h
|
| +++ b/src/ppc/macro-assembler-ppc.h
|
| @@ -1303,6 +1303,9 @@ class MacroAssembler : public Assembler {
|
| #define SmiWordOffset(offset) offset
|
| #endif
|
|
|
| + // Abort execution if argument is not a FixedArray, enabled via --debug-code.
|
| + void AssertFixedArray(Register object);
|
| +
|
| void AssertFunction(Register object);
|
|
|
| // Abort execution if argument is not a JSBoundFunction,
|
|
|