v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::MessageFormatter Class Reference

#include <messages.h>

Collaboration diagram for v8::internal::MessageFormatter:

Static Public Member Functions

static V8_EXPORT_PRIVATE const char * TemplateString (MessageTemplate index)
 
static V8_EXPORT_PRIVATE MaybeHandle< StringTryFormat (Isolate *isolate, MessageTemplate index, base::Vector< const DirectHandle< String > > args)
 
static DirectHandle< StringFormat (Isolate *isolate, MessageTemplate index, base::Vector< const DirectHandle< Object > > args)
 

Detailed Description

Definition at line 156 of file messages.h.

Member Function Documentation

◆ Format()

DirectHandle< String > v8::internal::MessageFormatter::Format ( Isolate * isolate,
MessageTemplate index,
base::Vector< const DirectHandle< Object > > args )
static

Definition at line 396 of file messages.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TemplateString()

const char * v8::internal::MessageFormatter::TemplateString ( MessageTemplate index)
static

Definition at line 425 of file messages.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TryFormat()

MaybeHandle< String > v8::internal::MessageFormatter::TryFormat ( Isolate * isolate,
MessageTemplate index,
base::Vector< const DirectHandle< String > > args )
static

Definition at line 438 of file messages.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: