Home
last modified time | relevance | path

Searched defs:language (Results 1 – 25 of 133) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/
Darktsconfig.in.json10 "language": "js", string
14 "language": "js", string
18 "language": "js", string
22 "language": "js", string
26 "language": "js", string
30 "language": "js", string
34 "language": "js", string
38 "language": "js", string
42 "language": "js", string
46 "language": "js", string
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/
Darktsconfig.in.json10 "language": "js", string
15 "language": "js", string
19 "language": "js", string
23 "language": "js", string
27 "language": "js", string
Darktsconfig_scenarios.in.json9 "scenarios": {"language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}//scenarios"}, string
10 "symbol": {"language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/symbol"} string
/arkcompiler/runtime_core/static_core/docs/
Dirtoc.md33 ### Pseudo instructions
39 ### Data flow
52 ### Control flow
/arkcompiler/runtime_core/docs/
Dirtoc.md33 ### Pseudo instructions
39 ### Data flow
52 ### Control flow
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dlet_declaration.ts18 let language: string = 'Chinese'; variable
21 let language: string = 'English'; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir-dyn-base-types.h26 … [[maybe_unused]] panda::compiler::SourceLanguage language) in NumericDataTypeToAnyType()
42 inline AnyBaseType GetAnyStringType([[maybe_unused]] panda::compiler::SourceLanguage language) in GetAnyStringType()
57 … [[maybe_unused]] panda::compiler::SourceLanguage language) in IsAnyTypeCanBeSubtypeOf()
/arkcompiler/ets_runtime/common_components/heap/
Dheap_allocator.cpp39 Address HeapAllocator::AllocateInYoungOrHuge(size_t size, LanguageType language) in AllocateInYoungOrHuge()
46 Address HeapAllocator::AllocateInNonmoveOrHuge(size_t size, LanguageType language) in AllocateInNonmoveOrHuge()
53 Address HeapAllocator::AllocateInOldOrHuge(size_t size, LanguageType language) in AllocateInOldOrHuge()
60 Address HeapAllocator::AllocateInHuge(size_t size, LanguageType language) in AllocateInHuge()
67 Address HeapAllocator::AllocateInReadOnly(size_t size, LanguageType language) in AllocateInReadOnly()
74 uintptr_t HeapAllocator::AllocateLargeJitFortRegion(size_t size, LanguageType language) in AllocateLargeJitFortRegion()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/js_to_ets/
Darktsconfig_features_table_scenarios.in.json9 "arg_type": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_SOURCE_DIR}/arg_type.js" }, string
10 "opt_arg_type": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_SOURCE_DIR}/opt_arg_type.js" }, string
11 "ret_type": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_SOURCE_DIR}/ret_type.js" } string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/exceptions/js_to_sts/
Darktsconfig.in.json9 …"dynamic_function_exception": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/dynamic_f… string
10 …"static_function_exception": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/static_fun… string
11 …"ts_custom_exception": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/ts_custom_except… string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/import/
Darktsconfig.in.json14 "main_js": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/main" }, string
15 …"destructured_import_js": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/destructured_… string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/
Darktsconfig.in.json9 "indexed_type": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/indexed_type" }, string
10 "proxy": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/proxy" } string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/
Darktsconfig.in.json13 "main_js": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/main" }, string
14 "utils_js": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/utils" } string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/implement_interfaces/
Darktsconfig.in.json13 "test_class": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/test_class" }, string
14 "arkts_test_class": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/arkts_class" } string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/instanceof/
Darktsconfig.in.json10 "language": "js", string
14 "language": "js", string
/arkcompiler/runtime_core/assembler/tests/
Dassembler_mangling_test.cpp38 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
72 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; variable
Dmangling_tests.cpp26 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
46 panda::panda_file::SourceLang language {panda::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/testing_arktsconfig_paths_search_order/
Darktsconfig.json21 "language": "js", string
26 "language": "js", string
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h52 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString() local
78 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Dmangling_tests.cpp29 ark::panda_file::SourceLang language {ark::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
49 ark::panda_file::SourceLang language {ark::panda_file::SourceLang::PANDA_ASSEMBLY}; in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_composite/
Darktsconfig.in.json9 "missing_js": { "language": "js" } string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/error/ets_to_js/
Darktsconfig.in.json14 "language": "js", string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_incorrect_conversion_types/ts_to_arkts/
Darktsconfig.in.json9 …"js_code": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/incorrect_conversion_types" } string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/esvalue_with_string_key/
Darktsconfig.in.json13 …"esvaluewithstringkey_js": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/esvaluewiths… string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/error/js_to_ets/
Darktsconfig.in.json14 "language": "js", string

123456