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

#include <ConstructData.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

◆ @110

union { ... }

◆ @584

union { ... }

◆ function

NativeFunction JSC::ConstructData::function

◆ functionExecutable

FunctionExecutable* JSC::ConstructData::functionExecutable

◆ js [1/2]

struct { ... } JSC::ConstructData::js

◆ js [2/2]

struct { ... } JSC::ConstructData::js

◆ native [1/2]

struct { ... } JSC::ConstructData::native

◆ native [2/2]

struct { ... } JSC::ConstructData::native

◆ scope

JSScope* JSC::ConstructData::scope

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