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

#include <ParserTokens.h>

Public Attributes

struct {
   uint32_t   line
 
   uint32_t   offset
 
   uint32_t   lineStartOffset
 
}; 
 
double doubleValue
 
const Identifierident
 
struct {
   const Identifier *   cooked
 
   const Identifier *   raw
 
   bool   isTail
 
}; 
 
struct {
   const Identifier *   pattern
 
   const Identifier *   flags
 
}; 
 
struct {
   uint32_t   line
 
   uint32_t   offset
 
   uint32_t   lineStartOffset
 
}; 
 
struct {
   const Identifier *   cooked
 
   const Identifier *   raw
 
   bool   isTail
 
}; 
 
struct {
   const Identifier *   pattern
 
   const Identifier *   flags
 
}; 
 

Member Data Documentation

◆ @230

struct { ... }

◆ @232

struct { ... }

◆ @234

struct { ... }

◆ @571

struct { ... }

◆ @573

struct { ... }

◆ @575

struct { ... }

◆ cooked

const Identifier* JSC::JSTokenData::cooked

◆ doubleValue

double JSC::JSTokenData::doubleValue

◆ flags

const Identifier* JSC::JSTokenData::flags

◆ ident

const Identifier * JSC::JSTokenData::ident

◆ isTail

bool JSC::JSTokenData::isTail

◆ line

uint32_t JSC::JSTokenData::line

◆ lineStartOffset

uint32_t JSC::JSTokenData::lineStartOffset

◆ offset

uint32_t JSC::JSTokenData::offset

◆ pattern

const Identifier* JSC::JSTokenData::pattern

◆ raw

const Identifier* JSC::JSTokenData::raw

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