![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::torque::Declarations, including all inherited members.
CreateBuiltin(std::string external_name, std::string readable_name, Builtin::Kind kind, Builtin::Flags flags, Signature signature, std::optional< std::string > use_counter_name, std::optional< Statement * > body) | v8::internal::torque::Declarations | static |
CreateExternMacro(std::string name, std::string external_assembler_name, Signature signature) | v8::internal::torque::Declarations | static |
CreateIntrinsic(const std::string &name, const Signature &signature) | v8::internal::torque::Declarations | static |
CreateMethod(AggregateType *class_type, const std::string &name, Signature signature, Statement *body) | v8::internal::torque::Declarations | static |
CreateTorqueMacro(std::string external_name, std::string readable_name, bool exported_to_csa, Signature signature, std::optional< Statement * > body, bool is_user_defined) | v8::internal::torque::Declarations | static |
Declare(const std::string &name, T *d) | v8::internal::torque::Declarations | inlinestatic |
Declare(const std::string &name, std::unique_ptr< T > d) | v8::internal::torque::Declarations | inlinestatic |
DeclareExternConstant(Identifier *name, const Type *type, std::string value) | v8::internal::torque::Declarations | static |
DeclareGenericCallable(const std::string &name, GenericCallableDeclaration *ast_node) | v8::internal::torque::Declarations | static |
DeclareGenericType(const std::string &name, GenericTypeDeclaration *ast_node) | v8::internal::torque::Declarations | static |
DeclareIntrinsic(const std::string &name, const Signature &signature) | v8::internal::torque::Declarations | static |
DeclareMacro(const std::string &name, bool accessible_from_csa, std::optional< std::string > external_assembler_name, const Signature &signature, std::optional< Statement * > body, std::optional< std::string > op={}, bool is_user_defined=true) | v8::internal::torque::Declarations | static |
DeclareNamespace(const std::string &name) | v8::internal::torque::Declarations | static |
DeclareNamespaceConstant(Identifier *name, const Type *type, Expression *body) | v8::internal::torque::Declarations | static |
DeclareOperator(const std::string &name, Macro *m) | v8::internal::torque::Declarations | static |
DeclareRuntimeFunction(const std::string &name, const Signature &signature) | v8::internal::torque::Declarations | static |
DeclareType(const Identifier *name, const Type *type) | v8::internal::torque::Declarations | static |
FindSomeInternalBuiltinWithType(const BuiltinPointerType *type) | v8::internal::torque::Declarations | static |
GetGeneratedCallableName(const std::string &name, const TypeVector &specialized_types) | v8::internal::torque::Declarations | static |
Lookup(const QualifiedName &name) | v8::internal::torque::Declarations | inlinestatic |
LookupGeneric(const std::string &name) | v8::internal::torque::Declarations | static |
LookupGlobalScope(const QualifiedName &name) | v8::internal::torque::Declarations | static |
LookupGlobalType(const QualifiedName &name) | v8::internal::torque::Declarations | static |
LookupGlobalUniqueGenericType(const std::string &name) | v8::internal::torque::Declarations | static |
LookupType(const QualifiedName &name) | v8::internal::torque::Declarations | static |
LookupType(const Identifier *identifier) | v8::internal::torque::Declarations | static |
LookupTypeAlias(const QualifiedName &name) | v8::internal::torque::Declarations | static |
LookupUniqueGeneric(const QualifiedName &name) | v8::internal::torque::Declarations | static |
LookupUniqueGenericType(const QualifiedName &name) | v8::internal::torque::Declarations | static |
LookupValue(const QualifiedName &name) | v8::internal::torque::Declarations | static |
PredeclareTypeAlias(const Identifier *name, TypeDeclaration *type, bool redeclaration) | v8::internal::torque::Declarations | static |
TryLookup(const QualifiedName &name) | v8::internal::torque::Declarations | inlinestatic |
TryLookup(const QualifiedName &name) | v8::internal::torque::Declarations | inlinestatic |
TryLookupBuiltin(const QualifiedName &name) | v8::internal::torque::Declarations | static |
TryLookupGenericType(const QualifiedName &name) | v8::internal::torque::Declarations | static |
TryLookupMacro(const std::string &name, const TypeVector &types) | v8::internal::torque::Declarations | static |
TryLookupShallow(const QualifiedName &name) | v8::internal::torque::Declarations | inlinestatic |
TryLookupType(const QualifiedName &name) | v8::internal::torque::Declarations | static |