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

#include <js-collator.h>

Inheritance diagram for v8::internal::JSCollator:
Collaboration diagram for v8::internal::JSCollator:

Static Public Member Functions

V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeHandle< JSCollatorNew (Isolate *isolate, DirectHandle< Map > map, DirectHandle< Object > locales, DirectHandle< Object > options, const char *service)
 
static DirectHandle< JSObjectResolvedOptions (Isolate *isolate, DirectHandle< JSCollator > collator)
 
static V8_EXPORT_PRIVATE const std::set< std::string > & GetAvailableLocales ()
 

Detailed Description

Definition at line 34 of file js-collator.h.

Member Function Documentation

◆ GetAvailableLocales()

const std::set< std::string > & v8::internal::JSCollator::GetAvailableLocales ( )
static

Definition at line 588 of file js-collator.cc.

Here is the caller graph for this function:

◆ New()

MaybeHandle< JSCollator > v8::internal::JSCollator::New ( Isolate * isolate,
DirectHandle< Map > map,
DirectHandle< Object > locales,
DirectHandle< Object > options,
const char * service )
static

Definition at line 280 of file js-collator.cc.

Here is the call graph for this function:

◆ ResolvedOptions()

DirectHandle< JSObject > v8::internal::JSCollator::ResolvedOptions ( Isolate * isolate,
DirectHandle< JSCollator > collator )
static

Definition at line 87 of file js-collator.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: