Chromium Code Reviews| Index: include/v8.h |
| =================================================================== |
| --- include/v8.h (revision 10533) |
| +++ include/v8.h (working copy) |
| @@ -3539,6 +3539,12 @@ |
| void AllowCodeGenerationFromStrings(bool allow); |
| /** |
| + * Returns true if code generation from strings is allowed for the context. |
| + * For more details see AllowCodeGenerationFromStrings(bool) documentation. |
| + */ |
| + bool CodeGenerationFromStringsAllowed(); |
|
danno
2012/02/01 12:33:37
Should be called "IsCodeGenerateFromStringsAllowed
yurys
2012/02/01 12:58:08
Done.
|
| + |
| + /** |
| * Stack-allocated class which sets the execution context for all |
| * operations executed within a local scope. |
| */ |