JSVM_ScriptOrigin
typedef struct {...} JSVM_ScriptOrigin
Overview
Defines the original information about a JavaScript code segment, such as the source map path, source file name, and start line/column number in the source file.
Since: 12
Related module: JSVM
Header file: jsvm_types.h
Summary
Member Variables
| Name | Description |
|---|---|
| const char* sourceMapUrl | Source map path. |
| const char* resourceName | Source file name. |
| size_t resourceLineOffset | Start line number of the code segment in the source file. |
| size_t resourceColumnOffset | Start column number of the code segment in the source file. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-jsvm-jsvm-vminfo
openharmony 鸿蒙 capi-memory-purgmem
openharmony 鸿蒙 capi-jsvm-jsvm-callbackstruct8h
openharmony 鸿蒙 capi-jsvm-jsvm-propertydescriptor
openharmony 鸿蒙 js-apis-common-load-native-module
openharmony 鸿蒙 capi-jsvm-jsvm-cpuprofiler--8h