| Index: src/mips/macro-assembler-mips.h
|
| ===================================================================
|
| --- src/mips/macro-assembler-mips.h (revision 7730)
|
| +++ src/mips/macro-assembler-mips.h (working copy)
|
| @@ -59,12 +59,7 @@
|
| const Register condReg1 = s4;
|
| const Register condReg2 = s5;
|
|
|
| -enum InvokeJSFlags {
|
| - CALL_JS,
|
| - JUMP_JS
|
| -};
|
|
|
| -
|
| // Flags used for the AllocateInNewSpace functions.
|
| enum AllocationFlags {
|
| // No special flags.
|
| @@ -775,7 +770,7 @@
|
| // Invoke specified builtin JavaScript function. Adds an entry to
|
| // the unresolved list if the name does not resolve.
|
| void InvokeBuiltin(Builtins::JavaScript id,
|
| - InvokeJSFlags flags,
|
| + InvokeFlag flag,
|
| PostCallGenerator* post_call_generator = NULL);
|
|
|
| // Store the code object for the given builtin in the target register and
|
|
|