#include <preparse-data.h>
Definition at line 96 of file preparse-data.h.
◆ PreparseDataBuilder() [1/2]
| v8::internal::PreparseDataBuilder::PreparseDataBuilder |
( |
Zone * | zone, |
|
|
PreparseDataBuilder * | parent_builder, |
|
|
std::vector< void * > * | children_buffer ) |
|
explicit |
◆ ~PreparseDataBuilder()
| v8::internal::PreparseDataBuilder::~PreparseDataBuilder |
( |
| ) |
|
|
inline |
◆ PreparseDataBuilder() [2/2]
◆ AddChild()
◆ bailed_out()
| bool v8::internal::PreparseDataBuilder::bailed_out |
( |
| ) |
const |
|
inline |
◆ Bailout()
| void v8::internal::PreparseDataBuilder::Bailout |
( |
| ) |
|
|
inline |
◆ CopyByteData()
| void v8::internal::PreparseDataBuilder::CopyByteData |
( |
Zone * | zone | ) |
|
|
private |
◆ FinalizeChildren()
| void v8::internal::PreparseDataBuilder::FinalizeChildren |
( |
Zone * | zone | ) |
|
|
private |
◆ HasData()
| bool v8::internal::PreparseDataBuilder::HasData |
( |
| ) |
const |
◆ HasDataForParent()
| bool v8::internal::PreparseDataBuilder::HasDataForParent |
( |
| ) |
const |
◆ HasInnerFunctions()
| bool v8::internal::PreparseDataBuilder::HasInnerFunctions |
( |
| ) |
const |
◆ operator=()
◆ parent()
◆ SaveDataForInnerScopes()
| void v8::internal::PreparseDataBuilder::SaveDataForInnerScopes |
( |
Scope * | scope | ) |
|
|
private |
◆ SaveDataForScope()
| void v8::internal::PreparseDataBuilder::SaveDataForScope |
( |
Scope * | scope | ) |
|
|
private |
◆ SaveDataForSkippableFunction()
◆ SaveDataForVariable()
| void v8::internal::PreparseDataBuilder::SaveDataForVariable |
( |
Variable * | var | ) |
|
|
private |
◆ SaveScopeAllocationData()
◆ ScopeNeedsData()
| bool v8::internal::PreparseDataBuilder::ScopeNeedsData |
( |
Scope * | scope | ) |
|
|
static |
◆ Serialize() [1/3]
◆ Serialize() [2/3]
◆ Serialize() [3/3]
◆ BuilderProducedPreparseData
◆ [union]
◆ bailed_out_
| bool v8::internal::PreparseDataBuilder::bailed_out_ |
|
private |
◆ byte_data_
| ByteData v8::internal::PreparseDataBuilder::byte_data_ |
|
private |
◆ children_
◆ children_buffer_
◆ function_length_
| int v8::internal::PreparseDataBuilder::function_length_ |
|
private |
◆ function_scope_
◆ has_data_
| bool v8::internal::PreparseDataBuilder::has_data_ |
|
private |
◆ num_inner_functions_
| int v8::internal::PreparseDataBuilder::num_inner_functions_ |
|
private |
◆ num_inner_with_data_
| int v8::internal::PreparseDataBuilder::num_inner_with_data_ |
|
private |
◆ parent_
The documentation for this class was generated from the following files: