API Docs for: 0.1.0

Class gabarito.SpyCall

Class defined in: yuidoc-extras/SpyCall.js:1

Structure class that represents a function call

gabarito.SpyCall( )
yuidoc-extras/SpyCall.js:1

Index

Properties

args <Mixed>
yuidoc-extras/SpyCall.js:16

The arguments lists given to the function call

order <Number>
yuidoc-extras/SpyCall.js:24

The given order number for the function call

returning <Mixed>
yuidoc-extras/SpyCall.js:32

The return value for the function call

that <Object>
yuidoc-extras/SpyCall.js:8

The this object within the function call

thrown <Mixed>
yuidoc-extras/SpyCall.js:40

The error thrown by the function call