LibJS/Bytecode: Sort ENUMERATE_BYTECODE_OPS list

This commit is contained in:
Andreas Kling 2024-05-14 11:06:12 +02:00
commit 640f195a70
Notes: sideshowbarker 2024-07-17 07:08:37 +09:00

View file

@ -30,12 +30,12 @@
O(ConcatString) \ O(ConcatString) \
O(ContinuePendingUnwind) \ O(ContinuePendingUnwind) \
O(CopyObjectExcludingProperties) \ O(CopyObjectExcludingProperties) \
O(CreateLexicalEnvironment) \
O(CreateVariableEnvironment) \
O(CreatePrivateEnvironment) \
O(CreateVariable) \
O(CreateRestParams) \
O(CreateArguments) \ O(CreateArguments) \
O(CreateLexicalEnvironment) \
O(CreatePrivateEnvironment) \
O(CreateRestParams) \
O(CreateVariable) \
O(CreateVariableEnvironment) \
O(Decrement) \ O(Decrement) \
O(DeleteById) \ O(DeleteById) \
O(DeleteByIdWithThis) \ O(DeleteByIdWithThis) \
@ -54,16 +54,16 @@
O(GetByValue) \ O(GetByValue) \
O(GetByValueWithThis) \ O(GetByValueWithThis) \
O(GetCalleeAndThisFromEnvironment) \ O(GetCalleeAndThisFromEnvironment) \
O(GetGlobal) \
O(GetImportMeta) \
O(GetIterator) \ O(GetIterator) \
O(GetMethod) \ O(GetMethod) \
O(GetNewTarget) \ O(GetNewTarget) \
O(GetNextMethodFromIteratorRecord) \ O(GetNextMethodFromIteratorRecord) \
O(GetObjectFromIteratorRecord) \ O(GetObjectFromIteratorRecord) \
O(GetImportMeta) \
O(GetObjectPropertyIterator) \ O(GetObjectPropertyIterator) \
O(GetPrivateById) \ O(GetPrivateById) \
O(GetVariable) \ O(GetVariable) \
O(GetGlobal) \
O(GreaterThan) \ O(GreaterThan) \
O(GreaterThanEquals) \ O(GreaterThanEquals) \
O(HasPrivateId) \ O(HasPrivateId) \
@ -115,8 +115,8 @@
O(PutByValue) \ O(PutByValue) \
O(PutByValueWithThis) \ O(PutByValueWithThis) \
O(PutPrivateById) \ O(PutPrivateById) \
O(ResolveThisBinding) \
O(ResolveSuperBase) \ O(ResolveSuperBase) \
O(ResolveThisBinding) \
O(RestoreScheduledJump) \ O(RestoreScheduledJump) \
O(Return) \ O(Return) \
O(RightShift) \ O(RightShift) \