Home
last modified time | relevance | path

Searched defs:hasDecl (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/
Darktsconfig.in.json15 "hasDecl": true boolean
19 "hasDecl": false boolean
23 "hasDecl": false boolean
27 "hasDecl": false boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/
Darktsconfig.in.json12 "hasDecl": true boolean
16 "hasDecl": false boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ts_to_ets/
Darktsconfig.in.json12 "hasDecl": true boolean
16 "hasDecl": false boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ts_to_ets/
Darktsconfig.in.json12 "hasDecl": true boolean
16 "hasDecl": false boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/instanceof/
Darktsconfig.in.json12 "hasDecl": true boolean
16 "hasDecl": false boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/
Darktsconfig.in.json12 "hasDecl": true boolean
16 "hasDecl": false boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Darktsconfig.in.json12 "hasDecl": false boolean
16 "hasDecl": true boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor_as_arg/
Darktsconfig.in.json12 "hasDecl": false boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/
Darktsconfig.in.json12 "hasDecl": false boolean
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
Darktsconfig.in.json12 "hasDecl": false boolean
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsImportSource.h29 …rtSource(ir::StringLiteral *source, ir::StringLiteral *resolvedSource, Language lang, bool hasDecl) in ImportSource()
/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.h34 bool hasDecl; member
Darktsconfig.h63 explicit DynamicImportData(Language lang, bool hasDecl) : lang_(lang), hasDecl_(hasDecl) {} in DynamicImportData()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicType.h32 … std::tuple<ir::AstNode *, ETSObjectFlags, TypeRelation *> info, bool hasDecl) in ETSDynamicType()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp534 bool hasDecl = false; in CheckForDynamicLang() local