#include <heap-refs.h>
Definition at line 475 of file heap-refs.h.
◆ Flags
◆ Flag
Enumerator |
---|
kUndetectable | |
kCallable | |
Definition at line 477 of file heap-refs.h.
◆ HeapObjectType()
◆ elements_kind()
ElementsKind v8::internal::compiler::HeapObjectType::elements_kind |
( |
| ) |
const |
|
inline |
◆ flags()
Flags v8::internal::compiler::HeapObjectType::flags |
( |
| ) |
const |
|
inline |
◆ hole_type() [1/2]
HoleType v8::internal::compiler::HeapObjectType::hole_type |
( |
| ) |
const |
|
inline |
◆ hole_type() [2/2]
◆ instance_type()
InstanceType v8::internal::compiler::HeapObjectType::instance_type |
( |
| ) |
const |
|
inline |
◆ is_callable()
bool v8::internal::compiler::HeapObjectType::is_callable |
( |
| ) |
const |
|
inline |
◆ is_undetectable()
bool v8::internal::compiler::HeapObjectType::is_undetectable |
( |
| ) |
const |
|
inline |
◆ oddball_type() [1/2]
OddballType v8::internal::compiler::HeapObjectType::oddball_type |
( |
| ) |
const |
|
inline |
◆ oddball_type() [2/2]
◆ elements_kind_
ElementsKind const v8::internal::compiler::HeapObjectType::elements_kind_ |
|
private |
◆ flags_
Flags const v8::internal::compiler::HeapObjectType::flags_ |
|
private |
◆ hole_type_
HoleType const v8::internal::compiler::HeapObjectType::hole_type_ |
|
private |
◆ instance_type_
InstanceType const v8::internal::compiler::HeapObjectType::instance_type_ |
|
private |
◆ oddball_type_
OddballType const v8::internal::compiler::HeapObjectType::oddball_type_ |
|
private |
The documentation for this class was generated from the following file: