Home
last modified time | relevance | path

Searched refs:INVALID_TARGET_OFFSET (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dutils.js16 INVALID_TARGET_OFFSET: 'Target offset is beyond the bounds of the internal SmartBuffer data.', property
85 throw new Error(ERRORS.INVALID_TARGET_OFFSET);
/third_party/node/deps/npm/node_modules/smart-buffer/typings/
Dutils.d.ts16 INVALID_TARGET_OFFSET: string; constant