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

#include <template-objects.h>

Inheritance diagram for v8::internal::TemplateObjectDescription:
Collaboration diagram for v8::internal::TemplateObjectDescription:

Public Types

using BodyDescriptor = StructBodyDescriptor
 

Static Public Member Functions

static DirectHandle< JSArrayGetTemplateObject (Isolate *isolate, DirectHandle< NativeContext > native_context, DirectHandle< TemplateObjectDescription > description, DirectHandle< SharedFunctionInfo > shared_info, int slot_id)
 

Detailed Description

Definition at line 26 of file template-objects.h.

Member Typedef Documentation

◆ BodyDescriptor

Member Function Documentation

◆ GetTemplateObject()

DirectHandle< JSArray > v8::internal::TemplateObjectDescription::GetTemplateObject ( Isolate * isolate,
DirectHandle< NativeContext > native_context,
DirectHandle< TemplateObjectDescription > description,
DirectHandle< SharedFunctionInfo > shared_info,
int slot_id )
static

Definition at line 48 of file template-objects.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: