/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | WorkerThread.cpp | 74 bool SingleThreadedWorkerPool::isAsync() in isAsync() function in angle::SingleThreadedWorkerPool 176 bool AsyncWorkerPool::isAsync() in isAsync() function in angle::AsyncWorkerPool 311 bool DelegateWorkerPool::isAsync() in isAsync() function in angle::DelegateWorkerPool
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | utils.js | 79 function isIterable(obj, isAsync) { argument
|
/third_party/node/lib/internal/streams/ |
D | utils.js | 98 function isIterable(obj, isAsync) { argument
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.js | 1064 pp$8.parseFunctionStatement = function(node, isAsync, declarationPosition) { argument 1342 pp$8.parseFunction = function(node, statement, allowExpressionBody, isAsync, forInit) { argument 1518 pp$8.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { argument 3213 isAsync = true; property 3217 isAsync = false; property 3240 …pp$5.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refD… argument 3301 pp$5.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { argument 3328 pp$5.parseArrowExpression = function(node, params, isAsync, forInit) { argument
|
D | acorn.mjs | 1058 pp$8.parseFunctionStatement = function(node, isAsync, declarationPosition) { argument 1336 pp$8.parseFunction = function(node, statement, allowExpressionBody, isAsync, forInit) { argument 1512 pp$8.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { argument 3234 pp$5.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDe… argument 3295 pp$5.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { argument 3322 pp$5.parseArrowExpression = function(node, params, isAsync, forInit) { argument
|
/third_party/node/deps/v8/tools/system-analyzer/ |
D | processor.mjs | 89 isAsync: true, property
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 299 var isAsync = true; variable
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 27252 const isAsync = !!(getFunctionFlags(functionDecl) & FunctionFlags.Async); constant 33585 const isAsync = (functionFlags & FunctionFlags.Async) !== 0; constant 33712 const isAsync = (getFunctionFlags(func) & FunctionFlags.Async) !== 0; constant 35363 const isAsync = (functionFlags & FunctionFlags.Async) !== 0; constant 40355 const isAsync = !!(functionFlags & FunctionFlags.Async); constant
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 35980 function parseArrowFunctionExpressionBody(isAsync, allowReturnTypeInArrowFunction) { argument 70517 …denedLiteralLikeTypeForContextualReturnTypeIfNeeded(type, contextualSignatureReturnType, isAsync) { argument 81542 function getYieldedTypeOfYieldExpression(node, expressionType, sentType, isAsync) { argument
|
D | tsc.js | 29137 function parseArrowFunctionExpressionBody(isAsync, allowReturnTypeInArrowFunction) { argument 59039 …denedLiteralLikeTypeForContextualReturnTypeIfNeeded(type, contextualSignatureReturnType, isAsync) { argument 68542 function getYieldedTypeOfYieldExpression(node, expressionType, sentType, isAsync) { argument
|