Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h

Issue 2819733002: Implement ModuleScript::RunScript() (Closed)
Patch Set: Update comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..3f161b39e3a423529d5a332efaf5e30e78edcd0e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
@@ -116,6 +116,11 @@ class CORE_EXPORT V8ScriptRunner final {
v8::Local<v8::Context>,
v8::Isolate*);
+ // Only to be used from ScriptModule::ReportException().
+ static void ReportExceptionForModule(v8::Isolate*,
+ v8::Local<v8::Value> exception,
+ const String& file_name);
+
static uint32_t TagForParserCache(CachedMetadataHandler*);
static uint32_t TagForCodeCache(CachedMetadataHandler*);
static void SetCacheTimeStamp(CachedMetadataHandler*);

Powered by Google App Engine
This is Rietveld 408576698