harmony 鸿蒙JSVM_VMInfo
JSVM_VMInfo
Overview
JavaScript VM information.
Since: 11
Related module: JSVM
Summary
Member Variables
Name | Description |
---|---|
uint32_t apiVersion | The latest API version supported by the VM. |
const char * engine | Name of the engine that implements the VM. |
const char * version | VM version. |
uint32_t cachedDataVersionTag | Cache data version tag. |
Member Variable Description
apiVersion
uint32_t JSVM_VMInfo::apiVersion
Description The latest API version supported by the VM.
cachedDataVersionTag
uint32_t JSVM_VMInfo::cachedDataVersionTag
Description Cache data version tag.
engine
const char* JSVM_VMInfo::engine
Description Name of the engine that implements the VM.
version
const char* JSVM_VMInfo::version
Description VM version.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙JSVM_CreateVMOptions
harmony 鸿蒙JSVM_ExtendedErrorInfo
harmony 鸿蒙JSVM_PropertyDescriptor
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦