Wang Language - v0.21.5
GitHub
NPM
🎮 Playground
Preparing search index...
CallFrame
Interface CallFrame
interface
CallFrame
{
   Â
context
:
ExecutionContext
;
   Â
localState
?:
any
;
   Â
name
?:
string
;
   Â
node
:
any
;
   Â
returnValue
?:
any
;
   Â
type
:
"function"
|
"block"
|
"loop"
|
"module"
|
"program"
;
}
Index
Properties
context
local
State?
name?
node
return
Value?
type
Properties
context
context
:
ExecutionContext
Optional
local
State
localState
?:
any
Optional
name
name
?:
string
node
node
:
any
Optional
return
Value
returnValue
?:
any
type
type
:
"function"
|
"block"
|
"loop"
|
"module"
|
"program"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
local
State
name
node
return
Value
type
GitHub
NPM
🎮 Playground
Wang Language - v0.21.5
Loading...