diff options
Diffstat (limited to 'js/src/jit/CacheIRCompiler.h')
-rw-r--r-- | js/src/jit/CacheIRCompiler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/src/jit/CacheIRCompiler.h b/js/src/jit/CacheIRCompiler.h index 69b1dd34ac..67e90419a2 100644 --- a/js/src/jit/CacheIRCompiler.h +++ b/js/src/jit/CacheIRCompiler.h @@ -1420,6 +1420,9 @@ class CacheIRStubInfo { void replaceStubRawWord(uint8_t* stubData, uint32_t offset, uintptr_t oldWord, uintptr_t newWord) const; + + void replaceStubRawValueBits(uint8_t* stubData, uint32_t offset, + uint64_t oldBits, uint64_t newBits) const; }; template <typename T> |