Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::UnboundModuleScript Class Reference

#include <v8-script.h>

Inheritance diagram for v8::UnboundModuleScript:
[legend]
Collaboration diagram for v8::UnboundModuleScript:
[legend]

Public Member Functions

Local< ValueGetSourceURL ()
 
Local< ValueGetSourceMappingURL ()
 
- Public Member Functions inherited from v8::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.

Member Function Documentation

◆ GetSourceMappingURL()

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

Data read from magic sourceMappingURL comments.

◆ GetSourceURL()

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

Data read from magic sourceURL comments.


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