#include <Options.h>
|
| enum | DumpLevel {
DumpLevel::None = 0,
DumpLevel::Overridden,
DumpLevel::All,
DumpLevel::Verbose,
DumpLevel::None = 0,
DumpLevel::Overridden,
DumpLevel::All,
DumpLevel::Verbose
} |
| |
| enum | Availability {
Availability::Normal = 0,
Availability::Restricted,
Availability::Configurable,
Availability::Normal = 0,
Availability::Restricted,
Availability::Configurable
} |
| |
| enum | ID { numberOfOptions,
numberOfOptions
} |
| |
| enum | Type {
Type::boolType,
Type::unsignedType,
Type::doubleType,
Type::int32Type,
Type::optionRangeType,
Type::optionStringType,
Type::gcLogLevelType,
Type::boolType,
Type::unsignedType,
Type::doubleType,
Type::int32Type,
Type::optionRangeType,
Type::optionStringType,
Type::gcLogLevelType
} |
| |
| enum | DumpLevel {
DumpLevel::None = 0,
DumpLevel::Overridden,
DumpLevel::All,
DumpLevel::Verbose,
DumpLevel::None = 0,
DumpLevel::Overridden,
DumpLevel::All,
DumpLevel::Verbose
} |
| |
| enum | Availability {
Availability::Normal = 0,
Availability::Restricted,
Availability::Configurable,
Availability::Normal = 0,
Availability::Restricted,
Availability::Configurable
} |
| |
| enum | ID { numberOfOptions,
numberOfOptions
} |
| |
| enum | Type {
Type::boolType,
Type::unsignedType,
Type::doubleType,
Type::int32Type,
Type::optionRangeType,
Type::optionStringType,
Type::gcLogLevelType,
Type::boolType,
Type::unsignedType,
Type::doubleType,
Type::int32Type,
Type::optionRangeType,
Type::optionStringType,
Type::gcLogLevelType
} |
| |
| typedef int32_t | int32 |
| |
| typedef int32_t | int32 |
| |
◆ int32 [1/2]
◆ int32 [2/2]
◆ Availability [1/2]
| Enumerator |
|---|
| Normal | |
| Restricted | |
| Configurable | |
| Normal | |
| Restricted | |
| Configurable | |
◆ Availability [2/2]
| Enumerator |
|---|
| Normal | |
| Restricted | |
| Configurable | |
| Normal | |
| Restricted | |
| Configurable | |
◆ DumpLevel [1/2]
| Enumerator |
|---|
| None | |
| Overridden | |
| All | |
| Verbose | |
| None | |
| Overridden | |
| All | |
| Verbose | |
◆ DumpLevel [2/2]
| Enumerator |
|---|
| None | |
| Overridden | |
| All | |
| Verbose | |
| None | |
| Overridden | |
| All | |
| Verbose | |
◆ ID [1/2]
| Enumerator |
|---|
| numberOfOptions | |
| numberOfOptions | |
◆ ID [2/2]
| Enumerator |
|---|
| numberOfOptions | |
| numberOfOptions | |
◆ Type [1/2]
| Enumerator |
|---|
| boolType | |
| unsignedType | |
| doubleType | |
| int32Type | |
| optionRangeType | |
| optionStringType | |
| gcLogLevelType | |
| boolType | |
| unsignedType | |
| doubleType | |
| int32Type | |
| optionRangeType | |
| optionStringType | |
| gcLogLevelType | |
◆ Type [2/2]
| Enumerator |
|---|
| boolType | |
| unsignedType | |
| doubleType | |
| int32Type | |
| optionRangeType | |
| optionStringType | |
| gcLogLevelType | |
| boolType | |
| unsignedType | |
| doubleType | |
| int32Type | |
| optionRangeType | |
| optionStringType | |
| gcLogLevelType | |
◆ dumpAllOptions() [1/2]
| void JSC::Options::dumpAllOptions |
( |
FILE * |
stream, |
|
|
DumpLevel |
level, |
|
|
const char * |
title = nullptr |
|
) |
| |
|
static |
◆ dumpAllOptions() [2/2]
◆ dumpAllOptionsInALine() [1/2]
◆ dumpAllOptionsInALine() [2/2]
◆ enableRestrictedOptions() [1/2]
| void JSC::Options::enableRestrictedOptions |
( |
bool |
enableOrNot | ) |
|
|
static |
◆ enableRestrictedOptions() [2/2]
◆ ensureOptionsAreCoherent() [1/2]
| void JSC::Options::ensureOptionsAreCoherent |
( |
| ) |
|
|
static |
◆ ensureOptionsAreCoherent() [2/2]
◆ initialize() [1/2]
◆ initialize() [2/2]
| void JSC::Options::initialize |
( |
| ) |
|
|
static |
◆ isAvailable() [1/2]
◆ isAvailable() [2/2]
◆ setOption() [1/2]
◆ setOption() [2/2]
| bool JSC::Options::setOption |
( |
const char * |
arg | ) |
|
|
static |
◆ setOptions() [1/2]
◆ setOptions() [2/2]
| bool JSC::Options::setOptions |
( |
const char * |
optionsList | ) |
|
|
static |
◆ Option
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/JavaScriptCore.framework/Versions/A/PrivateHeaders/Options.h
- Source/JavaScriptCore/runtime/Options.cpp