Search completed in 0.95 seconds.
1 results for "JS_SetTrustedPrincipals":
JS_SetNativeStackQuota
MozillaProjectsSpiderMonkeyJSAPI referenceJS SetNativeStackQuota
spidermonkey allows for a distinction between system code (such as gcs, which may incidentally be triggered by script but are not strictly performed on behalf of such script), trusted script (as determined by js_settrustedprincipals), and untrusted script.
... see also mxr id search for js_setnativestackquota js_settrustedprincipals bug 516832 bug 732665 bug 723021 ...