Home
last modified time | relevance | path

Searched refs:_return (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordPropExhaustive.js222 const _return: number; constant
223 export { _return as return };
/third_party/node/test/common/
Dindex.js378 const _return = function() { // eslint-disable-line func-style function
385 Object.defineProperties(_return, {
399 return _return;
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dasync_iterator.js123 }), _defineProperty(_Object$setPrototypeO, "return", function _return() { function
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts139 _return: TokenType
Dacorn.js224 _return: kw("return", beforeExpr), property
885 case types._return: return this.parseReturnStatement(node)
3426 if (prevType === types._return || prevType === types.name && this.exprAllowed)
3493 … !(prevType === types._return && lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) &&
Dacorn.mjs218 _return: kw("return", beforeExpr), property
879 case types._return: return this.parseReturnStatement(node)
3420 if (prevType === types._return || prevType === types.name && this.exprAllowed)
3487 … !(prevType === types._return && lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) &&
/third_party/mesa3d/docs/relnotes/
D19.2.2.rst92 - util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and
D19.3.0.rst1261 - util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and
D20.0.0.rst1637 - util/atomic: Add a \_return variant of p_atomic_add
/third_party/python/Doc/reference/
Dsimple_stmts.rst479 .. _return: