mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
src: fix typo in comment
PR-URL: https://github.com/nodejs/node/pull/57291 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
This commit is contained in:
parent
f37d2a5809
commit
559d481924
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ static void DefineLazyPropertiesGetter(
|
|||
// This getter has no JavaScript function representation and is not
|
||||
// invoked in the creation context.
|
||||
// When this getter is invoked in a vm context, the `Realm::GetCurrent(info)`
|
||||
// returns a nullptr and. Retrieve the creation context via `this` object and
|
||||
// returns a nullptr and retrieve the creation context via `this` object and
|
||||
// get the creation Realm.
|
||||
Local<Value> receiver_val = info.This();
|
||||
if (!receiver_val->IsObject()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue