| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 37e426e2b7321b15c2912624bbdef4755de29d4b..ee544666044ea062fd4f7f8c37011be96d12eb00 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -269,6 +269,13 @@ class LCodeGen BASE_EMBEDDED {
|
| Label* is_not_object,
|
| Label* is_object);
|
|
|
| + // Emits optimized code for %_IsString(x). Preserves input register.
|
| + // Returns the condition on which a final split to
|
| + // true and false label should be made, to optimize fallthrough.
|
| + Condition EmitIsString(Register input,
|
| + Register temp1,
|
| + Label* is_not_string);
|
| +
|
| // Emits optimized code for %_IsConstructCall().
|
| // Caller should branch on equal condition.
|
| void EmitIsConstructCall(Register temp);
|
|
|