Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
| index 4629a20e109e0d45f29049d6eb887225dc72c575..a1a094246824088fdf3dc001ff47c3808ebe5a7a 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
| @@ -115,6 +115,9 @@ class CORE_EXPORT V8ScriptRunner final { |
| static v8::MaybeLocal<v8::Value> EvaluateModule(v8::Local<v8::Module>, |
| v8::Local<v8::Context>, |
| v8::Isolate*); |
| + static void ReportExceptionForModule(v8::Isolate*, |
|
kouhei (in TOK)
2017/04/26 00:57:42
Add comment:
// Only to be used from ScriptModule:
hiroshige
2017/04/26 17:25:16
Done.
|
| + v8::Local<v8::Value> exception, |
| + const String& file_name); |
| static uint32_t TagForParserCache(CachedMetadataHandler*); |
| static uint32_t TagForCodeCache(CachedMetadataHandler*); |