Home
last modified time | relevance | path

Searched defs:isAsync (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread.cpp74 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/
Dutils.js79 function isIterable(obj, isAsync) { argument
/third_party/node/lib/internal/streams/
Dutils.js98 function isIterable(obj, isAsync) { argument
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js1064 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
Dacorn.mjs1058 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/
Dprocessor.mjs89 isAsync: true, property
/third_party/typescript/tests/baselines/reference/
Dparserharness.js299 var isAsync = true; variable
/third_party/typescript/src/compiler/
Dchecker.ts27252 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/
DtypingsInstaller.js35980 function parseArrowFunctionExpressionBody(isAsync, allowReturnTypeInArrowFunction) { argument
70517 …denedLiteralLikeTypeForContextualReturnTypeIfNeeded(type, contextualSignatureReturnType, isAsync) { argument
81542 function getYieldedTypeOfYieldExpression(node, expressionType, sentType, isAsync) { argument
Dtsc.js29137 function parseArrowFunctionExpressionBody(isAsync, allowReturnTypeInArrowFunction) { argument
59039 …denedLiteralLikeTypeForContextualReturnTypeIfNeeded(type, contextualSignatureReturnType, isAsync) { argument
68542 function getYieldedTypeOfYieldExpression(node, expressionType, sentType, isAsync) { argument