提交 51e6371e 编写于 作者: X xdmal

Modify the format

Signed-off-by: Nxdmal <maxiaodong16@huawei.com>
上级 e505524c
......@@ -262,7 +262,7 @@ var pres = process.getThreadPriority(tid);
## process.getStartRealtime<sup>8+</sup>
getStartRealtime() :number
getStartRealtime(): number
Obtains the duration, in milliseconds, from the time the system starts to the time the process starts.
......@@ -280,7 +280,7 @@ var realtime = process.getStartRealtime();
## process.getPastCputime<sup>8+</sup>
getPastCputime() :number
getPastCputime(): number
Obtains the CPU time (in milliseconds) from the time the process starts to the current time.
......
......@@ -166,7 +166,7 @@ A constructor used to create a **TextDecoder** object.
### decode
decode(input: Unit8Array, options?:{stream?:false}):string
decode(input: Unit8Array, options?:{stream?:false}): string
Decodes the input content.
......@@ -2141,7 +2141,7 @@ Checks whether the input value is a string object.
### isSymbolObjec<sup>8+</sup>
isSymbolObjec(value: Object):boolean
isSymbolObjec(value: Object): boolean
Checks whether the input value is a symbol object.
......
......@@ -262,7 +262,7 @@ var pres = process.getThreadPriority(tid);
## process.getStartRealtime<sup>8+</sup>
getStartRealtime() :number
getStartRealtime(): number
获取从系统启动到进程启动所经过的实时时间(以毫秒为单位)。
......@@ -280,7 +280,7 @@ var realtime = process.getStartRealtime();
## process.getPastCputime<sup>8+</sup>
getPastCputime() :number
getPastCputime(): number
获取进程启动到当前时间的CPU时间(以毫秒为单位)。
......
......@@ -174,7 +174,7 @@ TextDecoder的构造函数。
### decode
decode(input: Unit8Array, options?:{stream?:false}):string
decode(input: Unit8Array, options?:{stream?:false}): string
通过输入参数解码后输出对应文本。
......@@ -2321,7 +2321,7 @@ isStringObject(value: Object):boolean
### isSymbolObjec<sup>8+</sup>
isSymbolObjec(value: Object):boolean
isSymbolObjec(value: Object): boolean
检查输入的value是否是Symbol对象类型。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册