Home
last modified time | relevance | path

Searched defs:untyped (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcheckJsdocParamOnVariableDeclaredFunctionExpression.js17 var one = function (s) { }, two = function (untyped) { }; argument
/third_party/node/deps/v8/src/heap/
Dheap.cc4660 SlotVerifyingVisitor(Isolate* isolate, std::set<Address>* untyped, in SlotVerifyingVisitor()
4734 OldToNewSlotVerifyingVisitor(Isolate* isolate, std::set<Address>* untyped, in OldToNewSlotVerifyingVisitor()
4771 std::set<Address>* untyped, in CollectSlots()
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc2698 bool untyped = in GenerateClassField() local
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc2620 void PipelineImpl::RunPrintAndVerify(const char* phase, bool untyped) { in RunPrintAndVerify()