V8: v8::UnboundModuleScript Class Reference (original) (raw)
#include <[v8-script.h](v8-script%5F8h%5Fsource.html)>
Inheritance diagram for v8::UnboundModuleScript:
Collaboration diagram for v8::UnboundModuleScript:
| Public Member Functions | |
|---|---|
| Local< Value > | GetSourceURL () |
| Local< Value > | GetSourceMappingURL () |
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 | IsDictionaryTemplate () const |
| bool | IsContext () const |
| bool | IsCppHeapExternal () 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:
- include/v8-script.h
Public Member Functions inherited from