| AddBindingDefinition(Binding< LocalValue > *binding) | v8::internal::torque::KytheData | static |
| AddBindingDefinition(Binding< LocalLabel > *binding) | v8::internal::torque::KytheData | static |
| AddBindingDefinitionImpl(uint64_t binding_index, const std::string &name, const SourcePosition &ident_pos) | v8::internal::torque::KytheData | privatestatic |
| AddBindingUse(SourcePosition use_position, Binding< LocalValue > *binding) | v8::internal::torque::KytheData | static |
| AddBindingUse(SourcePosition use_position, Binding< LocalLabel > *binding) | v8::internal::torque::KytheData | static |
| AddCall(Callable *caller, SourcePosition call_position, Callable *callee) | v8::internal::torque::KytheData | static |
| AddClassFieldDefinition(const Field *field) | v8::internal::torque::KytheData | static |
| AddClassFieldUse(SourcePosition use_position, const Field *field) | v8::internal::torque::KytheData | static |
| AddConstantDefinition(const Value *constant) | v8::internal::torque::KytheData | static |
| AddConstantUse(SourcePosition use_position, const Value *constant) | v8::internal::torque::KytheData | static |
| AddFunctionDefinition(Callable *callable) | v8::internal::torque::KytheData | static |
| AddTypeDefinition(const Declarable *type_decl) | v8::internal::torque::KytheData | static |
| AddTypeUse(SourcePosition use_position, const Declarable *type_decl) | v8::internal::torque::KytheData | static |
| callables_ | v8::internal::torque::KytheData | private |
| class_fields_ | v8::internal::torque::KytheData | private |
| constants_ | v8::internal::torque::KytheData | private |
| consumer_ | v8::internal::torque::KytheData | private |
| ExportedTop() | v8::base::ContextualVariable< Derived, VarType > | privatestatic |
| field_uses_ | v8::internal::torque::KytheData | private |
| Get() | v8::base::ContextualVariable< Derived, VarType > | inlinestatic |
| HasScope() | v8::base::ContextualVariable< Derived, VarType > | inlinestatic |
| KytheData()=default | v8::internal::torque::KytheData | |
| local_bindings_ | v8::internal::torque::KytheData | private |
| SetConsumer(KytheConsumer *consumer) | v8::internal::torque::KytheData | inlinestatic |
| Top() | v8::base::ContextualVariable< Derived, VarType > | inlineprivatestatic |
| top_ | v8::base::ContextualVariable< Derived, VarType > | inlineprivatestatic |
| types_ | v8::internal::torque::KytheData | private |
| VarT typedef | v8::base::ContextualVariable< Derived, VarType > | |