Home
last modified time | relevance | path

Searched defs:writeIntLE (Results 1 – 4 of 4) sorted by relevance

/third_party/node/benchmark/buffers/
Dbuffer-write.js62 writeIntLE: INT32, property
69 writeIntLE: 4, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js393 this.writeIntLE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/lib/internal/
Dbuffer.js842 function writeIntLE(value, offset, byteLength) { function
/third_party/typescript/src/compiler/
Dsys.ts1023 writeIntLE(value: number, offset: number, byteLength: number): number; method