mirror of https://github.com/nodejs/node.git
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,
|
ObjectGetPrototypeOf,
|
||||||
ObjectPrototypeHasOwnProperty,
|
ObjectPrototypeHasOwnProperty,
|
||||||
ObjectSetPrototypeOf,
|
ObjectSetPrototypeOf,
|
||||||
PromiseResolve,
|
|
||||||
PromisePrototypeThen,
|
PromisePrototypeThen,
|
||||||
|
PromiseResolve,
|
||||||
ReflectApply,
|
ReflectApply,
|
||||||
SafePromiseAllReturnArrayLike,
|
SafePromiseAllReturnArrayLike,
|
||||||
Symbol,
|
Symbol,
|
||||||
|
|
Loading…
Reference in New Issue