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

#include <js-function.h>

Inheritance diagram for v8::internal::JSWrappedFunction:
Collaboration diagram for v8::internal::JSWrappedFunction:

Static Public Member Functions

static MaybeHandle< StringGetName (Isolate *isolate, DirectHandle< JSWrappedFunction > function)
 
static Maybe< int > GetLength (Isolate *isolate, DirectHandle< JSWrappedFunction > function)
 
static MaybeDirectHandle< ObjectCreate (Isolate *isolate, DirectHandle< NativeContext > creation_context, DirectHandle< JSReceiver > value)
 
static DirectHandle< StringToString (DirectHandle< JSWrappedFunction > function)
 

Detailed Description

Definition at line 66 of file js-function.h.

Member Function Documentation

◆ Create()

MaybeDirectHandle< Object > v8::internal::JSWrappedFunction::Create ( Isolate * isolate,
DirectHandle< NativeContext > creation_context,
DirectHandle< JSReceiver > value )
static

Definition at line 561 of file js-function.cc.

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

◆ GetLength()

Maybe< int > v8::internal::JSWrappedFunction::GetLength ( Isolate * isolate,
DirectHandle< JSWrappedFunction > function )
static

Definition at line 538 of file js-function.cc.

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

◆ GetName()

MaybeHandle< String > v8::internal::JSWrappedFunction::GetName ( Isolate * isolate,
DirectHandle< JSWrappedFunction > function )
static

Definition at line 516 of file js-function.cc.

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

◆ ToString()

DirectHandle< String > v8::internal::JSWrappedFunction::ToString ( DirectHandle< JSWrappedFunction > function)
static

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