#include <v8-script.h>
A compiled JavaScript script, not yet tied to a Context.
Definition at line 60 of file v8-script.h.
◆ BindToCurrentContext()
Local< Script > v8::UnboundScript::BindToCurrentContext |
( |
| ) |
|
Binds the script to the currently entered context.
Definition at line 1764 of file api.cc.
◆ GetColumnNumber()
int v8::UnboundScript::GetColumnNumber |
( |
int | code_pos = 0 | ) |
|
Returns zero based column number of the code_pos location in the script. -1 will be returned if no information available.
Definition at line 1803 of file api.cc.
◆ GetId()
int v8::UnboundScript::GetId |
( |
| ) |
const |
◆ GetLineNumber()
int v8::UnboundScript::GetLineNumber |
( |
int | code_pos = 0 | ) |
|
Returns zero based line number of the code_pos location in the script. -1 will be returned if no information available.
Definition at line 1786 of file api.cc.
◆ GetScriptName()
Local< Value > v8::UnboundScript::GetScriptName |
( |
| ) |
|
◆ GetSourceMappingURL()
Local< Value > v8::UnboundScript::GetSourceMappingURL |
( |
| ) |
|
Data read from magic sourceMappingURL comments.
Definition at line 1852 of file api.cc.
◆ GetSourceURL()
Local< Value > v8::UnboundScript::GetSourceURL |
( |
| ) |
|
Data read from magic sourceURL comments.
Definition at line 1836 of file api.cc.
◆ kNoScriptId
const int v8::UnboundScript::kNoScriptId = 0 |
|
static |
The documentation for this class was generated from the following files: