summaryrefslogtreecommitdiffstats
path: root/js/src/jsfun.h
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-06-08 13:04:58 -0400
committerGaming4JC <g4jc@hyperbola.info>2019-07-18 22:38:13 -0400
commitdcb43bda93f1f2cbe3da5ba1b7d3f783f1c8ad1c (patch)
tree9d31ce6855ab47e49d5be5e90d3b5819e536e2ff /js/src/jsfun.h
parent5e76f72c539cd0e2fc0d38e4475f494868b5e859 (diff)
downloadUXP-dcb43bda93f1f2cbe3da5ba1b7d3f783f1c8ad1c.tar
UXP-dcb43bda93f1f2cbe3da5ba1b7d3f783f1c8ad1c.tar.gz
UXP-dcb43bda93f1f2cbe3da5ba1b7d3f783f1c8ad1c.tar.lz
UXP-dcb43bda93f1f2cbe3da5ba1b7d3f783f1c8ad1c.tar.xz
UXP-dcb43bda93f1f2cbe3da5ba1b7d3f783f1c8ad1c.zip
1317090: Remove js::FindBody;
Diffstat (limited to 'js/src/jsfun.h')
-rw-r--r--js/src/jsfun.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/src/jsfun.h b/js/src/jsfun.h
index 1c7da57ec..62b285806 100644
--- a/js/src/jsfun.h
+++ b/js/src/jsfun.h
@@ -802,10 +802,6 @@ CloneFunctionAndScript(JSContext* cx, HandleFunction fun, HandleObject parent,
gc::AllocKind kind = gc::AllocKind::FUNCTION,
HandleObject proto = nullptr);
-extern bool
-FindBody(JSContext* cx, HandleFunction fun, HandleLinearString src, size_t* bodyStart,
- size_t* bodyEnd);
-
} // namespace js
inline js::FunctionExtended*