mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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:
parent
7b2e3b8cfa
commit
172820342b
@ -12,8 +12,8 @@ const {
|
||||
ObjectGetPrototypeOf,
|
||||
ObjectPrototypeHasOwnProperty,
|
||||
ObjectSetPrototypeOf,
|
||||
PromiseResolve,
|
||||
PromisePrototypeThen,
|
||||
PromiseResolve,
|
||||
ReflectApply,
|
||||
SafePromiseAllReturnArrayLike,
|
||||
Symbol,
|
||||
|
Loading…
Reference in New Issue
Block a user