chore: fix some typos (#40506)
This commit is contained in:
parent
262723e394
commit
cf5f0419f1
16 changed files with 19 additions and 19 deletions
|
@ -525,7 +525,7 @@ void ProxyFunctionWrapper(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
|||
if (maybe_return_value.IsEmpty())
|
||||
return;
|
||||
|
||||
// In the case where we encounted an exception converting the return value
|
||||
// In the case where we encountered an exception converting the return value
|
||||
// of the function we need to ensure that the exception / thrown value is
|
||||
// safely transferred from the function_owning_context (where it was thrown)
|
||||
// into the calling_context (where it needs to be thrown) To do this we pull
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue