Skip to content

Commit

Permalink
Bug 1875821: Mark unsupported pbl CacheIR opcodes and add missing inc…
Browse files Browse the repository at this point in the history
…lude. r=jandem

Differential Revision: https://phabricator.services.mozilla.com/D199236
  • Loading branch information
anba committed Jan 22, 2024
1 parent 4a87fc1 commit 8e0d21f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/src/vm/PortableBaselineInterpret.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "builtin/DataViewObject.h"
#include "builtin/MapObject.h"
#include "builtin/String.h"
#include "debugger/DebugAPI.h"
#include "jit/BaselineFrame.h"
#include "jit/BaselineIC.h"
Expand Down Expand Up @@ -1805,6 +1806,10 @@ ICInterpretOps(BaselineFrame* frame, VMFrameManager& frameMgr, State& state,
CACHEOP_CASE_UNIMPL(StringTrimResult)
CACHEOP_CASE_UNIMPL(StringTrimStartResult)
CACHEOP_CASE_UNIMPL(StringTrimEndResult)
CACHEOP_CASE_UNIMPL(LinearizeForCodePointAccess)
CACHEOP_CASE_UNIMPL(LoadStringAtResult)
CACHEOP_CASE_UNIMPL(LoadStringCodePointResult)
CACHEOP_CASE_UNIMPL(ToRelativeStringIndex)
CACHEOP_CASE_UNIMPL(MathAbsInt32Result)
CACHEOP_CASE_UNIMPL(MathAbsNumberResult)
CACHEOP_CASE_UNIMPL(MathClz32Result)
Expand Down

0 comments on commit 8e0d21f

Please sign in to comment.