Sort interface descriptor list
Just alpha-sort the list. Tbr: ishell@chromium.org Bug: v8:8888 Change-Id: I8b31f4176d5ad623557a3c0d8ab3f6be80072566 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2184236 Reviewed-by: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Jakob Gruber <jgruber@chromium.org> Cr-Commit-Position: refs/heads/master@{#67604}
This commit is contained in:
parent
7e41bd38ac
commit
276eaea2c7
@ -32,10 +32,8 @@ namespace internal {
|
||||
V(ArrayNoArgumentConstructor) \
|
||||
V(ArraySingleArgumentConstructor) \
|
||||
V(AsyncFunctionStackParameter) \
|
||||
V(BigIntToI64) \
|
||||
V(BigIntToI32Pair) \
|
||||
V(I64ToBigInt) \
|
||||
V(I32PairToBigInt) \
|
||||
V(BigIntToI64) \
|
||||
V(BinaryOp) \
|
||||
V(CallForwardVarargs) \
|
||||
V(CallFunctionTemplate) \
|
||||
@ -60,6 +58,8 @@ namespace internal {
|
||||
V(GetIteratorStackParameter) \
|
||||
V(GetProperty) \
|
||||
V(GrowArrayElements) \
|
||||
V(I32PairToBigInt) \
|
||||
V(I64ToBigInt) \
|
||||
V(InterpreterCEntry1) \
|
||||
V(InterpreterCEntry2) \
|
||||
V(InterpreterDispatch) \
|
||||
@ -69,15 +69,15 @@ namespace internal {
|
||||
V(Load) \
|
||||
V(LoadGlobal) \
|
||||
V(LoadGlobalNoFeedback) \
|
||||
V(LoadNoFeedback) \
|
||||
V(LoadGlobalWithVector) \
|
||||
V(LoadNoFeedback) \
|
||||
V(LoadWithVector) \
|
||||
V(NewArgumentsElements) \
|
||||
V(NoContext) \
|
||||
V(RecordWrite) \
|
||||
V(ResumeGenerator) \
|
||||
V(RunMicrotasksEntry) \
|
||||
V(RunMicrotasks) \
|
||||
V(RunMicrotasksEntry) \
|
||||
V(Store) \
|
||||
V(StoreGlobal) \
|
||||
V(StoreGlobalWithVector) \
|
||||
@ -90,16 +90,16 @@ namespace internal {
|
||||
V(TypeConversionStackParameter) \
|
||||
V(Typeof) \
|
||||
V(Void) \
|
||||
V(WasmAtomicNotify) \
|
||||
V(WasmFloat32ToNumber) \
|
||||
V(WasmFloat64ToNumber) \
|
||||
V(WasmAtomicNotify) \
|
||||
V(WasmI32AtomicWait32) \
|
||||
V(WasmI32AtomicWait64) \
|
||||
V(WasmI64AtomicWait32) \
|
||||
V(WasmI64AtomicWait64) \
|
||||
V(WasmMemoryGrow) \
|
||||
V(WasmTableInit) \
|
||||
V(WasmTableCopy) \
|
||||
V(WasmTableInit) \
|
||||
V(WasmThrow) \
|
||||
BUILTIN_LIST_TFS(V) \
|
||||
TORQUE_BUILTIN_LIST_TFC(V)
|
||||
|
Loading…
Reference in New Issue
Block a user