Fix two minor typos in v8.h
Change-Id: Iea3514074fb7c5669ec2b766f8234a6545164759 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2213423 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#68050}
This commit is contained in:
parent
5a776bc8b2
commit
04210bb8bf
@ -8308,7 +8308,7 @@ class V8_EXPORT Isolate {
|
||||
|
||||
/**
|
||||
* This scope allows terminations inside direct V8 API calls and forbid them
|
||||
* inside any recursice API calls without explicit SafeForTerminationScope.
|
||||
* inside any recursive API calls without explicit SafeForTerminationScope.
|
||||
*/
|
||||
class V8_EXPORT SafeForTerminationScope {
|
||||
public:
|
||||
@ -8543,7 +8543,7 @@ class V8_EXPORT Isolate {
|
||||
HostImportModuleDynamicallyCallback callback);
|
||||
|
||||
/**
|
||||
* This specifies the callback called by the upcoming importa.meta
|
||||
* This specifies the callback called by the upcoming import.meta
|
||||
* language feature to retrieve host-defined meta data for a module.
|
||||
*/
|
||||
void SetHostInitializeImportMetaObjectCallback(
|
||||
|
Loading…
Reference in New Issue
Block a user