Class: Declaration

Declaration

new Declaration(name, value)

Represents a var declaration
Parameters:
Name Type Description
name string
value Obj
Source:

Members

name :string

Type:
  • string
Source:

value :Obj

Type:
Source:

Methods

execute(db, cleared, context, done)

Declare and define the variable in the context
Parameters:
Name Type Description
db Object (not used)
cleared Array.<string> (not used)
context Object
done function
Source: