instanceof 方法
- JsFunction type
如果 JavaScript 对象在其原型链中具有 type
,则返回 true
。
这相当于 JavaScript 中的 instanceof
操作符。
实现
external bool instanceof(JsFunction type);
如果 JavaScript 对象在其原型链中具有 type
,则返回 true
。
这相当于 JavaScript 中的 instanceof
操作符。
external bool instanceof(JsFunction type);