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

#include <templates.h>

Inheritance diagram for v8::internal::DictionaryTemplateInfo:
Collaboration diagram for v8::internal::DictionaryTemplateInfo:

Static Public Member Functions

static DirectHandle< DictionaryTemplateInfoCreate (Isolate *isolate, const v8::MemorySpan< const std::string_view > &names)
 
static DirectHandle< JSObjectNewInstance (DirectHandle< NativeContext > context, DirectHandle< DictionaryTemplateInfo > self, const MemorySpan< MaybeLocal< Value > > &property_values)
 

Detailed Description

Definition at line 331 of file templates.h.

Member Function Documentation

◆ Create()

DirectHandle< DictionaryTemplateInfo > v8::internal::DictionaryTemplateInfo::Create ( Isolate * isolate,
const v8::MemorySpan< const std::string_view > & names )
static

Definition at line 191 of file templates.cc.

◆ NewInstance()

DirectHandle< JSObject > v8::internal::DictionaryTemplateInfo::NewInstance ( DirectHandle< NativeContext > context,
DirectHandle< DictionaryTemplateInfo > self,
const MemorySpan< MaybeLocal< Value > > & property_values )
static

Definition at line 236 of file templates.cc.

Here is the call graph for this function:

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