Home
last modified time | relevance | path

Searched defs:mutations (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DintraExpressionInferences.js47 function make<M>(o: { mutations: M, action: (m: M) => void }) { } property
50 mutations: { property
229 mutations: { property
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dmutator.cc144 auto mutations = mutation_finder->FindMutations(program, &node_id_map, in Mutate() local