summaryrefslogtreecommitdiffstats
path: root/js/src/vm/BytecodeFormatFlags.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /js/src/vm/BytecodeFormatFlags.h
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'js/src/vm/BytecodeFormatFlags.h')
-rw-r--r--js/src/vm/BytecodeFormatFlags.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/js/src/vm/BytecodeFormatFlags.h b/js/src/vm/BytecodeFormatFlags.h
index 893f0f0823..bca2b0717f 100644
--- a/js/src/vm/BytecodeFormatFlags.h
+++ b/js/src/vm/BytecodeFormatFlags.h
@@ -41,10 +41,7 @@ enum {
JOF_STRING = 26, /* uint32_t constant index */
JOF_TYPEMASK = 0xFF, /* mask for above immediate types */
- JOF_NAME = 1 << 8, /* name operation */
- JOF_PROP = 2 << 8, /* obj.prop operation */
- JOF_ELEM = 3 << 8, /* obj[index] operation */
- JOF_MODEMASK = 0xFF << 8, /* mask for above addressing modes */
+ /* Bits 0xFF00 are available for future usage */
JOF_PROPSET = 1 << 16, /* property/element/name set operation */
JOF_PROPINIT = 1 << 17, /* property/element/name init operation */