summaryrefslogtreecommitdiffstats
path: root/js/src/jsarray.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-06-14 11:33:28 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-06-14 11:33:28 +0000
commit7d93d4989f49bfcb1aa6b87f81332332a750c49c (patch)
tree902bb1f380bbc98145df691536aa652b216c1bfe /js/src/jsarray.h
parente913687dc585606e50550ad77e2d8a744b5e6493 (diff)
downloadUXP-7d93d4989f49bfcb1aa6b87f81332332a750c49c.tar
UXP-7d93d4989f49bfcb1aa6b87f81332332a750c49c.tar.gz
UXP-7d93d4989f49bfcb1aa6b87f81332332a750c49c.tar.lz
UXP-7d93d4989f49bfcb1aa6b87f81332332a750c49c.tar.xz
UXP-7d93d4989f49bfcb1aa6b87f81332332a750c49c.zip
Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls.
Diffstat (limited to 'js/src/jsarray.h')
-rw-r--r--js/src/jsarray.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/src/jsarray.h b/js/src/jsarray.h
index 1bee742ce..36cac743d 100644
--- a/js/src/jsarray.h
+++ b/js/src/jsarray.h
@@ -98,12 +98,6 @@ NewFullyAllocatedArrayForCallingAllocationSite(JSContext* cx, size_t length,
extern ArrayObject*
NewPartlyAllocatedArrayForCallingAllocationSite(JSContext* cx, size_t length, HandleObject proto);
-enum class ShouldUpdateTypes
-{
- Update,
- DontUpdate
-};
-
extern ArrayObject*
NewCopiedArrayTryUseGroup(ExclusiveContext* cx, HandleObjectGroup group,
const Value* vp, size_t length,