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