diff options
Diffstat (limited to 'js/src/jsapi.h')
-rw-r--r-- | js/src/jsapi.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/js/src/jsapi.h b/js/src/jsapi.h index 476bc03b9..5cdfd958e 100644 --- a/js/src/jsapi.h +++ b/js/src/jsapi.h @@ -4212,15 +4212,6 @@ CompileFunction(JSContext* cx, AutoObjectVector& envChain, const char* name, unsigned nargs, const char* const* argnames, const char* bytes, size_t length, JS::MutableHandleFunction fun); -/* - * Associate an element wrapper and attribute name with a previously compiled - * script, for debugging purposes. Calling this function is optional, but should - * be done before script execution if it is required. - */ -extern JS_PUBLIC_API(bool) -InitScriptSourceElement(JSContext* cx, HandleScript script, - HandleObject element, HandleString elementAttrName = nullptr); - } /* namespace JS */ extern JS_PUBLIC_API(JSString*) |