V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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, Signature signature, bool transitioning, base::Optional< Statement *> body) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
CreateIntrinsic(const std::string &name, const Signature &signature) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
CreateMacro(std::string external_name, std::string readable_name, base::Optional< std::string > external_assembler_name, Signature signature, bool transitioning, base::Optional< Statement *> body) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
Declare(const std::string &name, T *d) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | inlinestatic |
Declare(const std::string &name, std::unique_ptr< T > d) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | inlinestatic |
DeclareAbstractType(const std::string &name, bool transient, const std::string &generated, base::Optional< const AbstractType *> non_constexpr_version, const base::Optional< std::string > &parent={}) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareBuiltin(const std::string &name, Builtin::Kind kind, const Signature &signature, bool transitioning, base::Optional< Statement *> body) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareExternConstant(const std::string &name, const Type *type, std::string value) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareGeneric(const std::string &name, GenericDeclaration *generic) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareIntrinsic(const std::string &name, const Signature &signature) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareMacro(const std::string &name, base::Optional< std::string > external_assembler_name, const Signature &signature, bool transitioning, base::Optional< Statement *> body, base::Optional< std::string > op={}) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareNamespace(const std::string &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareNamespaceConstant(const std::string &name, const Type *type, Expression *body) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareRuntimeFunction(const std::string &name, const Signature &signature, bool transitioning) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareStruct(const std::string &name, const std::vector< NameAndType > &fields) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
DeclareType(const std::string &name, const Type *type, bool redeclaration) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
FindSomeInternalBuiltinWithType(const FunctionPointerType *type) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
GetGeneratedCallableName(const std::string &name, const TypeVector &specialized_types) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
GetType(TypeExpression *type_expression) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
Lookup(const QualifiedName &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | inlinestatic |
LookupGeneric(const std::string &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
LookupGlobalScope(const std::string &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
LookupGlobalType(const std::string &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
LookupType(const QualifiedName &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
LookupType(std::string name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
LookupUniqueGeneric(const QualifiedName &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
LookupValue(const QualifiedName &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
TryLookup(const QualifiedName &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | inlinestatic |
TryLookup(const QualifiedName &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | inlinestatic |
TryLookupBuiltin(const QualifiedName &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
TryLookupMacro(const std::string &name, const TypeVector &types) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | static |
TryLookupShallow(const QualifiedName &name) (defined in v8::internal::torque::Declarations) | v8::internal::torque::Declarations | inlinestatic |