| Index: src/x64/codegen-x64.h
|
| ===================================================================
|
| --- src/x64/codegen-x64.h (revision 2632)
|
| +++ src/x64/codegen-x64.h (working copy)
|
| @@ -601,6 +601,15 @@
|
| };
|
|
|
|
|
| +// -------------------------------------------------------------------------
|
| +// Code stubs
|
| +//
|
| +// These independent code objects are created once, and used multiple
|
| +// times by generated code to perform common tasks, often the slow
|
| +// case of a JavaScript operation. They are all subclasses of CodeStub,
|
| +// which is declared in code-stubs.h.
|
| +
|
| +
|
| // Flag that indicates whether or not the code that handles smi arguments
|
| // should be placed in the stub, inlined, or omitted entirely.
|
| enum GenericBinaryFlags {
|
|
|