instanceof 方法
- JsFunction type
如果 JavaScript 对象在其原型链中包含 type
,则返回 true
。
这与 JavaScript 中的 instanceof
操作符等效。
实现
external bool instanceof(JsFunction type);
如果 JavaScript 对象在其原型链中包含 type
,则返回 true
。
这与 JavaScript 中的 instanceof
操作符等效。
external bool instanceof(JsFunction type);