diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-16 21:34:42 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-16 21:34:42 +0000 |
commit | 201d8ee48926569fee200fbc9b4d506554869b5d (patch) | |
tree | 4b1b65914205517668df1cca2e9ea003b17fd67b /js/src/vm/ReceiverGuard.h | |
parent | fa8bfa1a00ca88dd0ff5f8dcfb89dee5fd01c639 (diff) | |
download | uxp-201d8ee48926569fee200fbc9b4d506554869b5d.tar.gz |
Remove Unboxed Objects from vm/ - Part 2
Diffstat (limited to 'js/src/vm/ReceiverGuard.h')
-rw-r--r-- | js/src/vm/ReceiverGuard.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/src/vm/ReceiverGuard.h b/js/src/vm/ReceiverGuard.h index 459cc0012d..c14f0d83b5 100644 --- a/js/src/vm/ReceiverGuard.h +++ b/js/src/vm/ReceiverGuard.h @@ -28,11 +28,6 @@ namespace js { // TypedObject: The structure of a typed object is determined by its group. // All typed objects with the same group have the same class, prototype, and // own properties. -// -// UnboxedPlainObject: The structure of an unboxed plain object is determined -// by its group and its expando object's shape, if there is one. All unboxed -// plain objects with the same group and expando shape have the same -// properties except those stored in the expando's dense elements. class HeapReceiverGuard; class RootedReceiverGuard; |