Home
last modified time | relevance | path

Searched refs:NextInferredType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.h83 virtual Type *NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) = 0;
113 Type *NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) override;
130 Type *NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) override;
H A DdestructuringContext.cpp237 Type *ArrayDestructuringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType() function in ark::es2panda::checker::ArrayDestructuringContext
510 ConvertTupleTypeToArrayTypeIfNecessary(it, NextInferredType(name, !it->IsAssignmentPattern())); in Start()
627 Type *ObjectDestructuringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType() function in ark::es2panda::checker::ObjectDestructuringContext
673 NextInferredType(property->Key()->AsIdentifier()->Name(), in Start()

Completed in 3 milliseconds