Search completed in 1.33 seconds.
6 results for "getSelf":
JS::GetSelfHostedFunction
MozillaProjectsSpiderMonkeyJSAPI referenceJS::GetSelfHostedFunction
syntax jsfunction* js::getselfhostedfunction(jscontext* cx, const char* selfhostedname, js::handle<jsid> id, unsigned nargs); name type description cx jscontext* the context from which to get the function.
... description js::getselfhostedfunction creates a new javascript function implemented in self-hosted javascript.
... on success, js::getselfhostedfunction returns a pointer to the newly created function.
... see also mxr id search for js::getselfhostedfunction bug 1140573 ...
nsISocketTransport
MozillaTechXPCOMReferenceInterfacensISocketTransport
prnetaddr getselfaddr(); native code only!
...native code only!getselfaddr returns the ip address of the initiating end.
...prnetaddr getselfaddr(); parameters none.
Webapps.jsm
MozillaJavaScript code modulesWebapps.jsm
getids: function(aissigned, azipreader, aconverter, anewapp, aoldapp,) _checkforstoreidmatch: function(aisupdate, anewapp, astoreid, astoreversion) revertdownloadpackage: function(aid, aoldapp, anewapp, aisupdate, aerror) uninstall: function(amanifesturl) _promptforuninstall: function(adata) confirmuninstall: function(adata) denyuninstall: function(adata, areason = "error_unknown_failure") getself: function(adata, amm) checkinstalled: function(adata, amm) getinstalled: function(adata, amm) getnotinstalled: function(adata, amm) geticon: function(adata, amm) getall: function(acallback) isreceipt: function(data) addreceipt: function(adata, amm) removereceipt: function(adata, amm) replacereceipt: function(adata, amm) setenabled: function(adata) getmanifestfor: function(amanifesturl,...
Index
MozillaProjectsSpiderMonkeyIndex
46 js::getselfhostedfunction jsapi reference, reference, référence(2), spidermonkey js::getselfhostedfunction creates a new javascript function implemented in self-hosted javascript.
JSAPI reference
MozillaProjectsSpiderMonkeyJSAPI reference
key 38 js_getfunctionobject js_getfunctionflags obsolete since jsapi 19 js_getfunctionname obsolete since javascript 1.8.5 creating functions: js::clonefunctionobject added in spidermonkey 36 js_definefunction js_defineucfunction js_definefunctionbyid added in spidermonkey 17 js_definefunctions enum propertydefinitionbehavior added in spidermonkey 38 js_newfunction js::getselfhostedfunction added in jsapi 31 js::newfunctionfromspec added in jsapi 45 js_newfunctionbyid added in spidermonkey 17 obsolete since jsapi 44 js_clonefunctionobject obsolete since jsapi 36 regexps js_newregexpobject jsreg_fold jsreg_glob jsreg_multiline jsreg_sticky js_newucregexpobject js_newregexpobjectnostatics js_newucregexpobjectnostatics js_setregexpinput...
Shell global objects
MozillaProjectsSpiderMonkeyShell global objects
getselfhostedvalue() get a self-hosted value by its name.