Definition at line 1256 of file bytecode-generator.cc.
◆ ForInScope()
◆ ~ForInScope()
v8::internal::interpreter::BytecodeGenerator::ForInScope::~ForInScope |
( |
| ) |
|
|
inline |
◆ cache_type()
Register v8::internal::interpreter::BytecodeGenerator::ForInScope::cache_type |
( |
| ) |
|
|
inline |
◆ enum_index()
Register v8::internal::interpreter::BytecodeGenerator::ForInScope::enum_index |
( |
| ) |
|
|
inline |
◆ GetForInScope()
ForInScope * v8::internal::interpreter::BytecodeGenerator::ForInScope::GetForInScope |
( |
Variable * | each | ) |
|
|
inline |
◆ bytecode_generator_
BytecodeGenerator* const v8::internal::interpreter::BytecodeGenerator::ForInScope::bytecode_generator_ |
|
private |
◆ cache_type_
Register v8::internal::interpreter::BytecodeGenerator::ForInScope::cache_type_ |
|
private |
◆ each_var_
Variable* v8::internal::interpreter::BytecodeGenerator::ForInScope::each_var_ |
|
private |
◆ enum_index_
Register v8::internal::interpreter::BytecodeGenerator::ForInScope::enum_index_ |
|
private |
◆ parent_for_in_scope_
ForInScope* const v8::internal::interpreter::BytecodeGenerator::ForInScope::parent_for_in_scope_ |
|
private |
The documentation for this class was generated from the following file: