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

Issue 2821903002: [ES6 modules] Minor fixes to v8::ScriptModule (Closed)

Created:
3 years, 8 months ago by kouhei (in TOK)
Modified:
3 years, 8 months ago
Reviewers:
haraken, yhirano, adamk
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[ES6 modules] Minor fixes to v8::ScriptModule ScriptModule::Evaluate - Make it a const method. - Clarify a TODO that we don't currently have a codepath which use result of EvaluateModule. -- Spec "run a module script" Step 7 currently only cares about exceptions thrown, and not about return value from successful completion. -- https://html.spec.whatwg.org/multipage/webappapis.html#run-a-module-script ScriptModule::Instantiate - Call v8::TryCatch::SetVerbose(true), so that the instantiation errors will be reported to devtools console. BUG=594639 Review-Url: https://codereview.chromium.org/2821903002 Cr-Commit-Position: refs/heads/master@{#464911} Committed: https://chromium.googlesource.com/chromium/src/+/782c68372ded66d885ebd848bace62d639998dfc

Patch Set 1 #

Patch Set 2 : actually setverbose #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ScriptModule.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp View 1 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (9 generated)
kouhei (in TOK)
3 years, 8 months ago (2017-04-17 06:25:13 UTC) #2
haraken
LGTM
3 years, 8 months ago (2017-04-17 07:34:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2821903002/20001
3 years, 8 months ago (2017-04-17 07:37:04 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/782c68372ded66d885ebd848bace62d639998dfc
3 years, 8 months ago (2017-04-17 09:12:47 UTC) #13
adamk
3 years, 8 months ago (2017-04-17 17:39:43 UTC) #14
Message was sent while issue was closed.
lgtm, thanks for fixing my TODO and adding the documenting comments

Powered by Google App Engine
This is Rietveld 408576698