| /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/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 | 27293 const isAsync = !!(getFunctionFlags(functionDecl) & FunctionFlags.Async); constant 33647 const isAsync = (functionFlags & FunctionFlags.Async) !== 0; constant 33774 const isAsync = (getFunctionFlags(func) & FunctionFlags.Async) !== 0; constant 35425 const isAsync = (functionFlags & FunctionFlags.Async) !== 0; constant 40417 const isAsync = !!(functionFlags & FunctionFlags.Async); constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 36037 function parseArrowFunctionExpressionBody(isAsync, allowReturnTypeInArrowFunction) { argument 70712 …denedLiteralLikeTypeForContextualReturnTypeIfNeeded(type, contextualSignatureReturnType, isAsync) { argument 81757 function getYieldedTypeOfYieldExpression(node, expressionType, sentType, isAsync) { argument
|
| D | tsc.js | 29191 function parseArrowFunctionExpressionBody(isAsync, allowReturnTypeInArrowFunction) { argument 59218 …denedLiteralLikeTypeForContextualReturnTypeIfNeeded(type, contextualSignatureReturnType, isAsync) { argument 68741 function getYieldedTypeOfYieldExpression(node, expressionType, sentType, isAsync) { argument
|