v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
UnboundModuleScript Class Reference

#include <v8-script.h>

Inheritance diagram for UnboundModuleScript:
Collaboration diagram for UnboundModuleScript:

Public Member Functions

Local< ValueGetSourceURL ()
 
Local< ValueGetSourceMappingURL ()
 
- Public Member Functions inherited from Data
bool IsValue () const
 
bool IsModule () const
 
bool IsFixedArray () const
 
bool IsPrivate () const
 
bool IsObjectTemplate () const
 
bool IsFunctionTemplate () const
 
bool IsContext () const
 

Detailed Description

A compiled JavaScript module, not yet tied to a Context.

Definition at line 97 of file v8-script.h.

Member Function Documentation

◆ GetSourceMappingURL()

Local< Value > GetSourceMappingURL ( )

Data read from magic sourceMappingURL comments.

◆ GetSourceURL()

Local< Value > GetSourceURL ( )

Data read from magic sourceURL comments.


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