Lines Matching +full:language +full:- +full:specific
2 * Copyright (c) 2021-2024 Huawei Device Co., Ltd.
7 * http://www.apache.org/licenses/LICENSE-2.0
12 * See the License for the specific language governing permissions and
21 #include "util/language.h"
31 : ImportDeclaration(source->Source(), specifiers, importKind), source_(source)
36 es2panda::Language Language() const in Language() function
38 return source_->Language(); in Language()
43 return source_->HasDecl(); in HasDecl()
48 return !HasDecl() && Language().IsDynamic(); in IsPureDynamic()
63 return source_->Source(); in Source()
68 return source_->ResolvedSource(); in ResolvedSource()
73 return source_->ResolvedSource(); in ResolvedSource()
78 v->Accept(this); in Accept()