Re: clone function
"Berserker" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
> It looks like you want the JS_CloneFunctionObject API. Also note this
> should be posted to n.p.m.jseng (follow-up set).
Thanks for reply and sry for that...
I did't explain my problem very well... I have something like this:
-inst1
-childAlfa
_function foo1
_function foo2
-inst2
-childAlfa
I need to copy all function from inst1.childAlfa to inst2.childAlfa not to
clone a function in an object (sry for bad explain)
Can u help me again plz?