Commit ee596af2 authored by Jochen Eisinger's avatar Jochen Eisinger Committed by Commit Bot

Replace <> with &lt;&gt; in md docs

TBR=mvstanton@chromium.org

Change-Id: I1f348a050c321968cb20c783ebe4b55f6beed27c
Reviewed-on: https://chromium-review.googlesource.com/530826Reviewed-by: 's avatarJochen Eisinger <jochen@chromium.org>
Commit-Queue: Jochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45841}
parent 2a226292
......@@ -45,11 +45,11 @@ paradigms. Similarly to how the API exposed to scripts aims to provide good
ergonomics, we should aim to provide a reasonable developer experience for this
API surface.
ECMAScript makes heavy use of exceptions, however, V8's C++ code doesn't use C++
exceptions. Therefore, all API methods that can throw exceptions should indicate
so by returning a v8::Maybe<> or v8::MaybeLocal<> result, and by taking a
v8::Local<v8::Context> parameter that indicates in which context a possible
exception should be thrown.
ECMAScript makes heavy use of exceptions, however, V8's C++ code doesn't use
C++ exceptions. Therefore, all API methods that can throw exceptions should
indicate so by returning a v8::Maybe&lt;&gt; or v8::MaybeLocal&lt;&gt; result,
and by taking a v8::Local&lt;v8::Context&gt; parameter that indicates in which
context a possible exception should be thrown.
# API objects
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment