| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/ |
| D | arktsconfig.in.json | 10 "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/ |
| D | arktsconfig.in.json | 10 "language": "js", string 15 "language": "js", string 19 "language": "js", string 23 "language": "js", string 27 "language": "js", string
|
| D | arktsconfig_scenarios.in.json | 9 "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/ |
| D | irtoc.md | 33 ### Pseudo instructions 39 ### Data flow 52 ### Control flow
|
| /arkcompiler/runtime_core/docs/ |
| D | irtoc.md | 33 ### Pseudo instructions 39 ### Data flow 52 ### Control flow
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | let_declaration.ts | 18 let language: string = 'Chinese'; variable 21 let language: string = 'English'; variable
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir-dyn-base-types.h | 26 … [[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/ |
| D | heap_allocator.cpp | 39 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/ |
| D | arktsconfig_features_table_scenarios.in.json | 9 "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/ |
| D | arktsconfig.in.json | 9 …"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/ |
| D | arktsconfig.in.json | 14 "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/ |
| D | arktsconfig.in.json | 9 "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/ |
| D | arktsconfig.in.json | 13 "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/ |
| D | arktsconfig.in.json | 13 "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/ |
| D | arktsconfig.in.json | 10 "language": "js", string 14 "language": "js", string
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_mangling_test.cpp | 38 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
|
| D | mangling_tests.cpp | 26 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/ |
| D | arktsconfig.json | 21 "language": "js", string 26 "language": "js", string
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 52 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString() local 78 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber() local
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | mangling_tests.cpp | 29 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/ |
| D | arktsconfig.in.json | 9 "missing_js": { "language": "js" } string
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/error/ets_to_js/ |
| D | arktsconfig.in.json | 14 "language": "js", string
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_incorrect_conversion_types/ts_to_arkts/ |
| D | arktsconfig.in.json | 9 …"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/ |
| D | arktsconfig.in.json | 13 …"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/ |
| D | arktsconfig.in.json | 14 "language": "js", string
|