Home
last modified time | relevance | path

Searched refs:ThrowInvalidDstrTarget (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h97 …[[noreturn]] void ThrowInvalidDstrTarget(const lexer::SourcePosition &pos, const util::StringView …
Dbinder.cpp104 void Binder::ThrowInvalidDstrTarget(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowInvalidDstrTarget() function in panda::es2panda::binder::Binder
167 ThrowInvalidDstrTarget(ident->Start(), ident->Name()); in CheckMandatoryArguments()