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
AsyncFunctionDeclaration
Class AsyncFunctionDeclaration
Hierarchy
AsyncFunctionDeclaration
Index
Constructors
constructor
Properties
async
body
expression
generator
id
params
type
Constructors
constructor
new
Async
Function
Declaration
(
id
:
Identifier
|
null
, params
:
FunctionParameter
[]
, body
:
BlockStatement
)
:
AsyncFunctionDeclaration
Parameters
id:
Identifier
|
null
params:
FunctionParameter
[]
body:
BlockStatement
Returns
AsyncFunctionDeclaration
Properties
Readonly
async
async
:
boolean
Readonly
body
body
:
BlockStatement
Readonly
expression
expression
:
boolean
Readonly
generator
generator
:
boolean
Readonly
id
id
:
Identifier
|
null
Readonly
params
params
:
FunctionParameter
[]
Readonly
type
type
:
string
Globals
Async
Function
Declaration
constructor
async
body
expression
generator
id
params
type