Closure Library API Documentation
Go to class or file:
errorhandlerweakdep.js
No description.
Useful links
Source Code
Git
File Location
/goog/debug/errorhandlerweakdep.js
Public
Protected
Private
Global Functions
goog.debug.errorHandlerWeakDep.
protectEntryPoint
(
fn
,
opt_tracers
)
⇒
Function
No description.
Arguments:
fn
:
Function
An entry point function to be protected.
opt_tracers
:
boolean=
Whether to install tracers around the fn.
Returns:
Function
A protected wrapper function that calls the entry point function.
code »
Directory debug
File Reference