| /arkcompiler/runtime_core/static_core/plugins/ets/ |
| D | BUILD.gn | 107 inputs = [ "stdlib" ] 115 " \"std\": [\"$abs_ark_root" + "/plugins/ets/stdlib/std\"],", 117 "/plugins/ets/stdlib/escompat\"],", 137 "stdlib/escompat/Array.ets", 138 "stdlib/escompat/ArrayBuffer.ets", 139 "stdlib/escompat/DataView.ets", 140 "stdlib/escompat/Date.ets", 141 "stdlib/escompat/Error.ets", 142 "stdlib/escompat/Errors.ets", 143 "stdlib/escompat/Map.ets", [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/ |
| D | sunspider_compile.sh | 18 stdlib=$2 30 $build/bin/es2panda --extension=ets --output=etsstdlib.abc --gen-stdlib=true 36 --gen-stdlib=false $f
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | coroswitch_in_cctor.cpp | 32 auto stdlib = std::getenv("PANDA_STD_LIB"); in SetUp() local 33 if (stdlib == nullptr) { in SetUp() 37 options.SetBootPandaFiles({stdlib, "coroswitch_in_cctor.abc"}); in SetUp()
|
| D | js_mode_launch.cpp | 40 auto stdlib = std::getenv("PANDA_STD_LIB"); in SetUp() local 41 if (stdlib == nullptr) { in SetUp() 45 options.SetBootPandaFiles({stdlib, "js_mode_launch.abc"}); in SetUp()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | pending_exception_test.cpp | 34 auto stdlib = std::getenv("PANDA_STD_LIB"); in SetUp() local 35 if (stdlib == nullptr) { in SetUp() 39 options.SetBootPandaFiles({stdlib}); in SetUp()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_builder_test.cpp | 37 auto stdlib = std::getenv("PANDA_STD_LIB"); in EtsStringBuilderTest() local 38 if (stdlib == nullptr) { in EtsStringBuilderTest() 42 options_.SetBootPandaFiles({stdlib}); in EtsStringBuilderTest()
|
| D | ets_arraybuf_test.cpp | 36 auto stdlib = std::getenv("PANDA_STD_LIB"); in EtsArrayBufferTest() local 37 if (stdlib == nullptr) { in EtsArrayBufferTest() 41 options.SetBootPandaFiles({stdlib}); in EtsArrayBufferTest()
|
| D | ets_promise_test.cpp | 36 auto stdlib = std::getenv("PANDA_STD_LIB"); in EtsPromiseTest() local 37 if (stdlib == nullptr) { in EtsPromiseTest() 41 options.SetBootPandaFiles({stdlib}); in EtsPromiseTest()
|
| D | ets_field_test.cpp | 37 auto stdlib = std::getenv("PANDA_STD_LIB"); in EtsFieldTest() local 38 if (stdlib == nullptr) { in EtsFieldTest() 42 options_.SetBootPandaFiles({stdlib}); in EtsFieldTest()
|
| D | ets_array_test.cpp | 39 auto stdlib = std::getenv("PANDA_STD_LIB"); in EtsArrayTest() local 40 if (stdlib == nullptr) { in EtsArrayTest() 44 options_.SetBootPandaFiles({stdlib}); in EtsArrayTest()
|
| D | ets_object_test.cpp | 40 auto stdlib = std::getenv("PANDA_STD_LIB"); in EtsObjectTest() local 41 if (stdlib == nullptr) { in EtsObjectTest() 45 options_.SetBootPandaFiles({stdlib}); in EtsObjectTest()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | BUILDING.md | 19 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_runtime_core.git panda 20 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_ets_runtime.git panda/plugi… 21 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_ets_frontend.git panda/tool… 53 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_runtime_core.git panda 54 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_ets_runtime.git panda/plugi… 55 git clone --branch ets-stdlib-dev https://gitee.com/aakmaev/arkcompiler_ets_frontend.git panda/tool… 122 ### Build eTS stdlib first 125 ./bin/es2panda [--arktsconfig path/to/your/arktsconfig.json] --gen-stdlib=true --extension=ets --ou…
|
| D | build_stdlib.bat | 16 cd stdlib 20 md ..\stdlib\build 21 move *.pdf ..\stdlib\build
|
| D | build-docs.sh | 173 stdlib) 243 build_sphinx_document stdlib "${SCRIPT_DIR}/stdlib"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| D | ets_vm_init_prealloc_test.cpp | 45 auto stdlib = std::getenv("PANDA_STD_LIB"); in EtsVMInitPreallocTest() local 46 if (stdlib == nullptr) { in EtsVMInitPreallocTest() 50 options.SetBootPandaFiles({stdlib}); in EtsVMInitPreallocTest()
|
| D | ets_vm_test.cpp | 47 auto stdlib = std::getenv("PANDA_STD_LIB"); in EtsVMTest() local 48 if (stdlib == nullptr) { in EtsVMTest() 52 options.SetBootPandaFiles({stdlib}); in EtsVMTest()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/ |
| D | CMakeLists.txt | 20 # test that stdlib is generated successfully with debug info 37 COMMAND ${es2panda_bin} --opt-level=0 --debug-info --gen-stdlib=true 43 COMMAND ${es2panda_bin} --opt-level=0 --debug-info --gen-stdlib=false --extension=ets
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ |
| D | CMakeLists.txt | 371 add_custom_target(ets-compile-stdlib-aot-${TARGET_ARCH} 376 add_custom_target(ets-compile-stdlib-jit-${TARGET_ARCH} 381 add_custom_target(ets-compile-stdlib-aot-${TARGET_ARCH}-no-inline 386 add_custom_target(ets-compile-stdlib-aot-${TARGET_ARCH}-stw 391 …e-stdlib ets-compile-stdlib-aot-${TARGET_ARCH} ets-compile-stdlib-jit-${TARGET_ARCH} ets-compile-s… 393 add_custom_target(ets-compile-stdlib-llvm-${TARGET_ARCH} 398 add_dependencies(ets-compile-stdlib ets-compile-stdlib-llvm-${TARGET_ARCH}) 401 add_custom_target(ets-compile-stdlib-osr-${TARGET_ARCH} 406 add_dependencies(ets-compile-stdlib ets-compile-stdlib-osr-${TARGET_ARCH}) 411 ets-stdlib-deterministic [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| D | native_test_helper.h | 66 const char *stdlib = std::getenv("ARK_ETS_STDLIB_PATH"); in SetUp() local 67 ASSERT_NE(stdlib, nullptr); in SetUp() 73 {EtsOptionType::ETS_BOOT_FILE, stdlib} in SetUp()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/ |
| D | CMakeLists.txt | 22 " \"escompat\": [\"${PANDA_ROOT}/plugins/ets/stdlib/escompat\"],\n" 23 " \"std\": [\"${PANDA_ROOT}/plugins/ets/stdlib/std\"]\n" 51 " \"escompat\": [\"${PANDA_ROOT}/plugins/ets/stdlib/escompat\"],\n" 52 " \"std\": [\"${PANDA_ROOT}/plugins/ets/stdlib/std\"]\n"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | array.sh | 47 GENPATH=../../stdlib/std/core
|
| D | licence.j2 | 16 // Autogenerated file. See plugins/ets/templates/stdlib/{{S}} for more details
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/ |
| D | recipe137.md | 42 - Recipe 144: Usage of standard library is restricted (``arkts-limited-stdlib``)
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe137.md | 42 - Recipe 144: Usage of standard library is restricted (``arkts-limited-stdlib``)
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | typeAlias.ets | 16 // Number type alias defined in stdlib/src/core/Double.ets
|