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

#include <v8-script.h>

Inheritance diagram for v8::UnboundModuleScript:
Collaboration diagram for v8::UnboundModuleScript:

Public Member Functions

Local< ValueGetSourceURL ()
 
Local< ValueGetSourceMappingURL ()
 
- Public Member Functions inherited from v8::Data
bool IsValue () const
 
bool IsModule () const
 
bool IsModuleRequest () 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 > v8::UnboundModuleScript::GetSourceMappingURL ( )

Data read from magic sourceMappingURL comments.

Definition at line 1885 of file api.cc.

Here is the call graph for this function:

◆ GetSourceURL()

Local< Value > v8::UnboundModuleScript::GetSourceURL ( )

Data read from magic sourceURL comments.

Definition at line 1869 of file api.cc.

Here is the call graph for this function:

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