diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-06-08 13:04:58 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-07-18 22:38:13 -0400 |
commit | dcb43bda93f1f2cbe3da5ba1b7d3f783f1c8ad1c (patch) | |
tree | 9d31ce6855ab47e49d5be5e90d3b5819e536e2ff /js/src/jsfun.h | |
parent | 5e76f72c539cd0e2fc0d38e4475f494868b5e859 (diff) | |
download | uxp-dcb43bda93f1f2cbe3da5ba1b7d3f783f1c8ad1c.tar.gz |
1317090: Remove js::FindBody;
Diffstat (limited to 'js/src/jsfun.h')
-rw-r--r-- | js/src/jsfun.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/src/jsfun.h b/js/src/jsfun.h index 1c7da57ecd..62b2858067 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* |