Hutmacher Common Library -- Version 0.1
Functions | Variables
hcl.dependent.js File Reference

Functions

function is_function_ ($value)
 Determines if a variable is a function. More...
 

Variables

var HCL_TYPE_FUNCTION = "function"
 
var HCL_TIMESTAMP_FORMAT_PERFORMANCE_NAVIGATION_START = 2
 
var HCL_TIMESTAMP_FORMAT_PERFORMANCE_NOW = 3
 

Function Documentation

function is_function_ (   $value)

Determines if a variable is a function.

Library
dependent
Note
If $value is not defined false is returned.
$value MUST be of javascript type Function to return true.
Parameters
$valueThe value to be checked.
Returns
boolean true or false.

Variable Documentation

var HCL_TIMESTAMP_FORMAT_PERFORMANCE_NAVIGATION_START = 2

This variable determines that timestamp should be given as the timestamp when the page was first loaded in milliseconds.

var HCL_TIMESTAMP_FORMAT_PERFORMANCE_NOW = 3

This variable determines that timestamp should be given as the time that has elapsed since HCL_TIMESTAMP_FORMAT_PERFORMANCE_NAVIGATION_START in the format of [milliseconds].[microseconds].

var HCL_TYPE_FUNCTION = "function"

The string definition the HCL uses to indicate a function object.