| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index 8ee468a91703bfe7db29fe63da135dcc1559a341..2222baaf975ea97ff2d93a2e69815fa572707724 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -672,7 +672,8 @@ class MacroAssembler: public Assembler {
|
| void TryGetFunctionPrototype(Register function,
|
| Register result,
|
| Register scratch,
|
| - Label* miss);
|
| + Label* miss,
|
| + bool miss_on_bound_function = false);
|
|
|
| // Compare object type for heap object. heap_object contains a non-Smi
|
| // whose object type should be compared with the given type. This both
|
|
|