vm: fix ASCII-betical order

PR-URL: https://github.com/nodejs/node/pull/52686
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
This commit is contained in:
Aviv Keller 2024-04-25 15:14:16 -04:00 committed by GitHub
parent 7b2e3b8cfa
commit 172820342b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,8 @@ const {
ObjectGetPrototypeOf,
ObjectPrototypeHasOwnProperty,
ObjectSetPrototypeOf,
PromiseResolve,
PromisePrototypeThen,
PromiseResolve,
ReflectApply,
SafePromiseAllReturnArrayLike,
Symbol,