| Index: src/ia32/codegen-ia32.h
|
| ===================================================================
|
| --- src/ia32/codegen-ia32.h (revision 5316)
|
| +++ src/ia32/codegen-ia32.h (working copy)
|
| @@ -699,8 +699,14 @@
|
| // Support for direct calls from JavaScript to native RegExp code.
|
| void GenerateRegExpExec(ZoneList<Expression*>* args);
|
|
|
| + // Construct a RegExp exec result with two in-object properties.
|
| void GenerateRegExpConstructResult(ZoneList<Expression*>* args);
|
|
|
| + // Clone the result of a regexp function.
|
| + // Must be an object created by GenerateRegExpConstructResult with
|
| + // no extra properties.
|
| + void GenerateRegExpCloneResult(ZoneList<Expression*>* args);
|
| +
|
| // Support for fast native caches.
|
| void GenerateGetFromCache(ZoneList<Expression*>* args);
|
|
|
|
|