FCF - Full Stack JavaScript Framework
Step by step
Core API
Packages
News
Forum
Examples
Download
Donate
Core Description
Rendering
Application system parameters
Controllers
Functions
namespace fcf
addDomListener
append
argProg
argRecordRef
argRef
argTmpl
argURL
argVal
clone
count
decodeHtml
emitDomEvent
encodeHtml
escapeQuotes
find
findVal
firstKey
getContext
getPath
getRect
id
insertBefore
isEnumerable
isServer
module
padStart
prepareObject
removeByValue
removeDomListener
replaceAll
require
saveContext
stripTags
styleToString
t
unescape
Classes
Templates
Core API
->
Functions
->
namespace fcf
->
isEnumerable
Function isEnumerable
bool
isEnumerable
(
object
a_obj
)
Returns true if the a_obj object is enumerable, false otherwise.
Source file
fcf:fcf.js
Namespace
fcf
Arguments:
object
a_obj
- Checked object
Return value:
bool