diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-16 19:54:19 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-16 19:54:19 +0000 |
commit | fa8bfa1a00ca88dd0ff5f8dcfb89dee5fd01c639 (patch) | |
tree | b21e156db4a4d264fe18d608b698c15f3cc3b598 /js/src/jit/MOpcodes.h | |
parent | 543fa1674bcb4f8c40f0ef6e4c5514ea161def5a (diff) | |
download | UXP-fa8bfa1a00ca88dd0ff5f8dcfb89dee5fd01c639.tar UXP-fa8bfa1a00ca88dd0ff5f8dcfb89dee5fd01c639.tar.gz UXP-fa8bfa1a00ca88dd0ff5f8dcfb89dee5fd01c639.tar.lz UXP-fa8bfa1a00ca88dd0ff5f8dcfb89dee5fd01c639.tar.xz UXP-fa8bfa1a00ca88dd0ff5f8dcfb89dee5fd01c639.zip |
Remove unboxed object code from jit, Part 1
Diffstat (limited to 'js/src/jit/MOpcodes.h')
-rw-r--r-- | js/src/jit/MOpcodes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/jit/MOpcodes.h b/js/src/jit/MOpcodes.h index fddc1e637..b80d1baf9 100644 --- a/js/src/jit/MOpcodes.h +++ b/js/src/jit/MOpcodes.h @@ -187,8 +187,6 @@ namespace jit { _(GuardObjectGroup) \ _(GuardObjectIdentity) \ _(GuardClass) \ - _(GuardUnboxedExpando) \ - _(LoadUnboxedExpando) \ _(ArrayLength) \ _(SetArrayLength) \ _(GetNextEntryForIterator) \ @@ -219,7 +217,6 @@ namespace jit { _(StoreUnboxedScalar) \ _(StoreUnboxedObjectOrNull) \ _(StoreUnboxedString) \ - _(ConvertUnboxedObjectToNative) \ _(ArrayPopShift) \ _(ArrayPush) \ _(ArraySlice) \ |