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