Home
last modified time | relevance | path

Searched refs:isDataView (Results 1 – 3 of 3) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js375 this.isDataView = function (...args) { method
/third_party/node/lib/internal/util/
Dinspect.js102 isDataView,
937 } else if (isDataView(value)) {
/third_party/node/doc/api/
Dutil.md1497 ### `util.types.isDataView(value)`
1509 util.types.isDataView(new DataView(ab)); // Returns true
1510 util.types.isDataView(new Float64Array()); // Returns false