webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
JSC::CallData Struct Reference

#include <CallData.h>

Public Attributes

union {
   struct {
      NativeFunction   function
 
   }   native
 
   struct {
      FunctionExecutable *   functionExecutable
 
      JSScope *   scope
 
   }   js
 
}; 
 
union {
   struct {
      NativeFunction   function
 
   }   native
 
   struct {
      FunctionExecutable *   functionExecutable
 
      JSScope *   scope
 
   }   js
 
}; 
 

Member Data Documentation

◆ @102

union { ... }

◆ @580

union { ... }

◆ function

NativeFunction JSC::CallData::function

◆ functionExecutable

FunctionExecutable* JSC::CallData::functionExecutable

◆ js [1/2]

struct { ... } JSC::CallData::js

◆ js [2/2]

struct { ... } JSC::CallData::js

◆ native [1/2]

struct { ... } JSC::CallData::native

◆ native [2/2]

struct { ... } JSC::CallData::native

◆ scope

JSScope* JSC::CallData::scope

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