mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Issue #2308 & #1240 Follow-up - Add BigInt support to JSOP_INC and JSOP_DEC. https://bugzilla.mozilla.org/show_bug.cgi?id=1526309
This commit is contained in:
parent
5c8a6c5bb8
commit
e12e377e51
8 changed files with 283 additions and 127 deletions
|
|
@ -57,6 +57,10 @@ namespace JS {
|
|||
_(BinaryArith_SharedCache) \
|
||||
_(BinaryArith_Call) \
|
||||
\
|
||||
_(UnaryArith_SpecializedTypes) \
|
||||
_(UnaryArith_SpecializedOnBaselineTypes) \
|
||||
_(UnaryArith_InlineCache) \
|
||||
\
|
||||
_(InlineCache_OptimizedStub) \
|
||||
\
|
||||
_(Call_Inline)
|
||||
|
|
@ -112,6 +116,7 @@ namespace JS {
|
|||
_(GetElemStringNotCached) \
|
||||
_(NonNativeReceiver) \
|
||||
_(IndexType) \
|
||||
_(SpeculationOnInputTypesFailed) \
|
||||
_(SetElemNonDenseNonTANotCached) \
|
||||
_(NoSimdJitSupport) \
|
||||
_(SimdTypeNotOptimized) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue