Loading...
Searching...
No Matches
JSStaticFunction

#include <JavaScriptCore/JSObjectRef.h>

Overview

This structure describes a statically declared function property.

  • name A null-terminated UTF8 string containing the property's name.
  • callAsFunction A JSObjectCallAsFunctionCallback to invoke when the property is called as a function.
  • attributes A logically ORed set of JSPropertyAttributes to give to the property.

Public Attributes

const char * name
 
JSObjectCallAsFunctionCallback callAsFunction
 
JSPropertyAttributes attributes
 

Member Data Documentation

◆ attributes

◆ callAsFunction

◆ name

const char* name

The documentation for this struct was generated from the following file: