Home
last modified time | relevance | path

Searched defs:updated (Results 1 – 25 of 63) sorted by relevance

123

/third_party/typescript/src/compiler/transformers/
Des2020.ts25 … const updated = visitNonOptionalCallExpression(node as CallExpression, /*captureThisArg*/ false); constant
32 … const updated = visitOptionalExpression(node, /*captureThisArg*/ false, /*isDelete*/ false); constant
Des2018.ts871 const updated = factory.updateConstructorDeclaration( constant
887 const updated = factory.updateGetAccessorDeclaration( constant
905 const updated = factory.updateSetAccessorDeclaration( constant
922 const updated = factory.updateMethodDeclaration( constant
949 const updated = factory.updateFunctionDeclaration( constant
975 const updated = factory.updateArrowFunction( constant
994 const updated = factory.updateFunctionExpression( constant
DlegacyDecorators.ts136 const updated = factory.updateClassDeclaration( constant
371 const updated = factory.updateParameterDeclaration( constant
Dts.ts1256 const updated = factory.updateFunctionDeclaration( constant
1278 const updated = factory.updateFunctionExpression( constant
1292 const updated = factory.updateArrowFunction( constant
1309 const updated = factory.updateParameterDeclaration( constant
1375 const updated = factory.updateVariableDeclaration( constant
Ddeclarations.ts298 …const updated = isSourceFileJS(sourceFile) ? factory.createNodeArray(transformDeclarationsForJS(so… constant
355 …const updated = factory.updateSourceFile(node, combinedStatements, /*isDeclarationFile*/ true, ref… constant
/third_party/spirv-headers/
DREADME.md34 ### Registering a SPIR-V Generator Magic Number
44 ### Reserving tokens in the JSON grammar
/third_party/skia/third_party/externals/spirv-headers/
DREADME.md34 ### Registering a SPIR-V Generator Magic Number
44 ### Reserving tokens in the JSON grammar
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/
DREADME.md34 ### Registering a SPIR-V Generator Magic Number
44 ### Reserving tokens in the JSON grammar
/third_party/typescript/src/services/
DgetEditsForFileRename.ts105 const updated = oldToNew(elementFileName); constant
175 readonly updated: boolean; property
239 const updated = updateRef(ref.fileName); constant
244 const updated = updateImport(importStringLiteral); constant
/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts72 const updated = transformModule(node); constant
123 …const updated = factory.updateSourceFile(node, setTextRange(factory.createNodeArray(statements), n… constant
164 const updated = factory.updateSourceFile(node, constant
318 const updated = factory.updateSourceFile( constant
Dsystem.ts102 const updated = setEmitFlags( constant
/third_party/typescript/src/services/codefixes/
DfixIncorrectNamedTupleSyntax.ts40 const updated = factory.updateNamedTupleMember( constant
/third_party/typescript/src/compiler/factory/
DnodeConverters.ts26 const updated = factory.createFunctionExpression( constant
DparenthesizerRules.ts373 const updated = factory.updateCallExpression( constant
/third_party/typescript/src/compiler/
DvisitorPublic.ts113 const updated = visitArrayWorker(nodes, visitor, test, start, count); constant
231 const updated = addDefaultValueAssignmentIfNeeded(parameter, context); constant
343 const updated = nodeVisitor(node, visitor, isConciseBody); constant
364 const updated = nodeVisitor(body, visitor, isStatement, context.factory.liftToBlock); constant
/third_party/node/deps/npm/test/lib/commands/
Dtoken.js61 updated: now, property
69 updated: now, property
110 updated: now, property
148 updated: now, property
156 updated: now, property
/third_party/node/deps/v8/src/heap/
Dlocal-heap.h223 bool CompareExchangeStrong(ThreadState& expected, ThreadState updated) { in CompareExchangeStrong()
228 bool CompareExchangeWeak(ThreadState& expected, ThreadState updated) { in CompareExchangeWeak()
/third_party/mesa3d/src/glx/apple/
Dapple_glx.c68 int updated; in surface_notify_handler() local
Dapple_glx_context.c532 int updated = 0; in apple_glx_context_surface_changed() local
/third_party/node/deps/npm/node_modules/@npmcli/metavuln-calculator/lib/
Dadvisory.js61 get updated () { getter in Advisory
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
Dpoly1305_prov.c40 int updated; member
/third_party/openssl/providers/implementations/macs/
Dpoly1305_prov.c40 int updated; member
/third_party/node/deps/v8/src/objects/
Dcode-inl.h677 int32_t updated = CanHaveWeakObjectsField::update(previous, value); in set_can_have_weak_objects() local
692 int32_t updated = IsPromiseRejectionField::update(previous, value); in set_is_promise_rejection() local
766 int32_t updated = Code::MarkedForDeoptimizationField::update(previous, flag); in set_marked_for_deoptimization() local
786 int32_t updated = EmbeddedObjectsClearedField::update(previous, flag); in set_embedded_objects_cleared() local
/third_party/python/Lib/
Dfunctools.py38 updated = WRAPPER_UPDATES): argument
67 updated = WRAPPER_UPDATES): argument
/third_party/musl/include/net/
Dif_arp.h133 unsigned long updated; member

123