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