jsid 编辑
A jsid
is a JavaScript identifier for a property or method of an object.
jsid
is either a 31-bit signed integer, interned string or object.
A few JSAPI functions use jsid
s instead of JS::Value
s for property names: JS_NextProperty
, JS_Enumerate
, and all functions with names ending in ById
.
Also, there is an additional jsid
value, JSID_VOID
, which does not occur in JS scripts but may be used to indicate the absence of a valid jsid
. A void jsid
is not a valid id and only arises as an exceptional API return value, such as in JS_NextProperty
. Embeddings must not pass JSID_VOID
into JSAPI entry points expecting a jsid
and do not need to handle JSID_VOID
in hooks receiving a jsid
except when explicitly noted in the API contract.
A jsid
is not implicitly convertible to or from a jsval
; JS_ValueToId
or JS_IdToValue
must be used instead.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论