{"json_modified": "2016-03-28T08:15:11.855557", "uuid": "af1a80ce-6951-4e8d-947f-f56ecad0f881", "title": "JS_CloneFunctionObject", "url": "/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_CloneFunctionObject", "tags": ["SpiderMonkey", "JSAPI Reference"], "translations": [], "modified": "2015-01-05T04:02:17", "label": "JS_CloneFunctionObject", "localization_tags": [], "locale": "en-US", "id": 17328, "last_edit": "2015-01-05T04:02:07", "summary": "JS_CloneFunctionObject
creates a new function object from funobj
. The new object has the same code and argument list as funobj
, but uses parent
as its enclosing scope. This can be helpful if funobj
is an extant function that you wish to use as if it were enclosed by a newly-created global object.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntax", "title": "Syntax"}, {"id": "Description", "title": "Description"}, {"id": "See_Also", "title": "See Also"}], "slug": "Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_CloneFunctionObject", "review_tags": []}