![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <js-function.h>
Static Public Member Functions | |
static MaybeHandle< String > | GetName (Isolate *isolate, DirectHandle< JSWrappedFunction > function) |
static Maybe< int > | GetLength (Isolate *isolate, DirectHandle< JSWrappedFunction > function) |
static MaybeDirectHandle< Object > | Create (Isolate *isolate, DirectHandle< NativeContext > creation_context, DirectHandle< JSReceiver > value) |
static DirectHandle< String > | ToString (DirectHandle< JSWrappedFunction > function) |
Definition at line 66 of file js-function.h.
|
static |
Definition at line 561 of file js-function.cc.
|
static |
Definition at line 538 of file js-function.cc.
|
static |
Definition at line 516 of file js-function.cc.
|
static |
Definition at line 554 of file js-function.cc.