summaryrefslogtreecommitdiff
path: root/js/src/jsversion.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-10-27 02:51:11 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-10-27 02:51:11 +0200
commit09ebbf9a058d0bc350edc6a0f6431a11e7b21d00 (patch)
treedc262274ecda4799835232951bdb160b9a7b7d0e /js/src/jsversion.h
parentcf660c0a240fb88cdb72845c946a72eadb08b3b0 (diff)
downloaduxp-09ebbf9a058d0bc350edc6a0f6431a11e7b21d00.tar.gz
Issue mcp-graveyard/UXP#1257 - Part 2: Remove watch/unwatch and JS watchpoint class.
Diffstat (limited to 'js/src/jsversion.h')
-rw-r--r--js/src/jsversion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jsversion.h b/js/src/jsversion.h
index 8bdfe47b64..cf4c6e73a2 100644
--- a/js/src/jsversion.h
+++ b/js/src/jsversion.h
@@ -12,7 +12,6 @@
*/
#define JS_HAS_STR_HTML_HELPERS 1 /* (no longer used) */
#define JS_HAS_OBJ_PROTO_PROP 1 /* has o.__proto__ etc. */
-#define JS_HAS_OBJ_WATCHPOINT 1 /* has o.watch and o.unwatch */
#define JS_HAS_TOSOURCE 1 /* has Object/Array toSource method */
#define JS_HAS_CATCH_GUARD 1 /* has exception handling catch guard */
#define JS_HAS_UNEVAL 1 /* has uneval() top-level function */