Searched refs:_return (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsFunctionKeywordPropExhaustive.js | 222 const _return: number; constant 223 export { _return as return };
|
/third_party/node/test/common/ |
D | index.js | 378 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/ |
D | async_iterator.js | 123 }), _defineProperty(_Object$setPrototypeO, "return", function _return() { function
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.d.ts | 139 _return: TokenType
|
D | acorn.js | 224 _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))) &&
|
D | acorn.mjs | 218 _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/ |
D | 19.2.2.rst | 92 - util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and
|
D | 19.3.0.rst | 1261 - util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and
|
D | 20.0.0.rst | 1637 - util/atomic: Add a \_return variant of p_atomic_add
|
/third_party/python/Doc/reference/ |
D | simple_stmts.rst | 479 .. _return:
|