Expand description
utils to create and invoke functions
Constants§
Functions§
- call_
constructor ⚠ - call a constructor (instantiate an Object)
- call_
constructor_ q - call a constructor (instantiate an Object)
- call_
function ⚠ - call a function
- call_
function_ q - call a function
- call_
function_ q_ ref_ args - call a function
- call_
function_ ⚠ref_ args - call a function
- call_
to_ ⚠string - call an objects to_String method or convert a value to string
- call_
to_ string_ q - call an objects to_String method or convert a value to string
- invoke_
member_ ⚠function - Safety
- invoke_
member_ function_ q - is_
constructor ⚠ - see if an Object is an instance of Function and is a constructor (can be instantiated with new keyword)
- is_
constructor_ q - see if an Object is an instance of Function and is a constructor (can be instantiated with new keyword)
- is_
function ⚠ - see if an Object is an instance of Function
- is_
function_ q - see if an Object is an instance of Function
- new_
function ⚠ - create a new Function which is backed by a closure
- new_
function_ q - create a new Function which is backed by a closure
- new_
native_ ⚠function - create a new Function object which calls a native method
- new_
native_ ⚠function_ data - create a new Function object which calls a native method (with data)
- new_
native_ function_ data_ q - create a new Function object which calls a native method (with data)
- new_
native_ function_ q - create a new Function object which calls a native method
- parse_
function ⚠ - parse a function body and its arg_names into a JSValueRef which is a Function