Search
Preparing search index...
The search index is not available
davinci-mathscript 1.3.2
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
CatchClause
Class CatchClause
Hierarchy
CatchClause
Index
Constructors
constructor
Properties
body
param
type
Constructors
constructor
new
Catch
Clause
(
param
:
BindingIdentifier
|
BindingPattern
, body
:
BlockStatement
)
:
CatchClause
Parameters
param:
BindingIdentifier
|
BindingPattern
body:
BlockStatement
Returns
CatchClause
Properties
Readonly
body
body
:
BlockStatement
Readonly
param
param
:
BindingIdentifier
|
BindingPattern
Readonly
type
type
:
string
Globals
Catch
Clause
constructor
body
param
type