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

#include <js-function.h>

Inheritance diagram for v8::internal::JSBoundFunction:
Collaboration diagram for v8::internal::JSBoundFunction:

Static Public Member Functions

static MaybeHandle< StringGetName (Isolate *isolate, DirectHandle< JSBoundFunction > function)
 
static Maybe< int > GetLength (Isolate *isolate, DirectHandle< JSBoundFunction > function)
 
static DirectHandle< StringToString (DirectHandle< JSBoundFunction > function)
 

Detailed Description

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

Member Function Documentation

◆ GetLength()

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

Definition at line 472 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::JSBoundFunction::GetName ( Isolate * isolate,
DirectHandle< JSBoundFunction > function )
static

Definition at line 441 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::JSBoundFunction::ToString ( DirectHandle< JSBoundFunction > function)
static

Definition at line 509 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: