| Index: src/mips/code-stubs-mips.h
|
| ===================================================================
|
| --- src/mips/code-stubs-mips.h (revision 9808)
|
| +++ src/mips/code-stubs-mips.h (working copy)
|
| @@ -799,7 +799,17 @@
|
|
|
| void Generate(MacroAssembler* masm);
|
|
|
| - MUST_USE_RESULT static MaybeObject* GenerateNegativeLookup(
|
| + static void GenerateNegativeLookup(MacroAssembler* masm,
|
| + Label* miss,
|
| + Label* done,
|
| + Register receiver,
|
| + Register properties,
|
| + Handle<String> name,
|
| + Register scratch0);
|
| +
|
| + // TODO(kmillikin): Eliminate this function when the stub cache is fully
|
| + // handlified.
|
| + MUST_USE_RESULT static MaybeObject* TryGenerateNegativeLookup(
|
| MacroAssembler* masm,
|
| Label* miss,
|
| Label* done,
|
|
|