Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 96d8c6fb6a136c54784850ba10fe23489529ec89..e965c5239b182ec1288403c9403e1ba4f46ed0b3 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -4731,6 +4731,15 @@ class V8_EXPORT V8 { |
| static int ContextDisposedNotification(); |
| /** |
| + * Performs a per-thread setup. The embedder should invoke this method |
| + * in all threads (including the main thread) before V8 is initialized. |
| + * |
| + * Currently, this method enables the subnormal float support on QNX/ARM. |
| + * It is a no-op on all the other platforms. |
| + */ |
| + static void PerThreadSetUp(); |
|
jochen (gone - plz use gerrit)
2014/01/22 11:26:20
I'd prefer a name of the form Verb+Action, e.g. Pe
|
| + |
| + /** |
| * Initialize the ICU library bundled with V8. The embedder should only |
| * invoke this method when using the bundled ICU. Returns true on success. |
| */ |