Home
last modified time | relevance | path

Searched full:defined (Results 1 – 25 of 1175) sorted by relevance

12345678910>>...47

/arkcompiler/ets_runtime/test/aottest/tryldglobalbyname_global_object/
Dexpect_output.txt16 ReferenceError: Function is not defined
19 ReferenceError: RangeError is not defined
22 ReferenceError: Error is not defined
25 ReferenceError: Object is not defined
28 ReferenceError: SyntaxError is not defined
31 ReferenceError: TypeError is not defined
34 ReferenceError: ReferenceError is not defined
37 ReferenceError: URIError is not defined
40 ReferenceError: Symbol is not defined
43 ReferenceError: EvalError is not defined
[all …]
/arkcompiler/runtime_core/static_core/plugins/
Dplugins.gni74 # To read variables defined by plugins into a scope while avoiding conflict
78 # current file and also has `current_cpu`, etc. values defined which allows to
82 if (defined(_plugin_vars.enable_bytecode_optimizer)) {
104 if (defined(_plugin_vars.arkruntime_header_sub_deps)) {
109 if (defined(_plugin_vars.arkruntime_stdlib_sub_deps)) {
114 if (defined(_plugin_vars.arkbytecodeopt_deps)) {
119 if (defined(_plugin_vars.arkcompiler_deps)) {
124 if (defined(_plugin_vars.arkruntime_deps)) {
130 if (defined(_plugin_vars.srcs_abc2program)) {
135 if (defined(_plugin_vars.srcs_disassembler)) {
[all …]
/arkcompiler/runtime_core/static_core/gn/build/
Dohos.gni35 if (defined(invoker.configs)) {
39 if (defined(invoker.public_configs)) {
42 if (defined(invoker.remove_configs)) {
46 assert(!defined(invoker.output_dir),
47 "output_dir is not allowed to be defined.")
78 if (defined(invoker.configs)) {
82 if (defined(invoker.remove_configs)) {
86 assert(!defined(invoker.output_dir),
87 "output_dir is not allowed to be defined.")
112 if (defined(invoker.configs)) {
[all …]
/arkcompiler/runtime_core/libpandabase/os/
Dfilesystem.cpp18 #if defined PANDA_TARGET_MOBILE || defined PANDA_TARGET_UNIX || defined PANDA_TARGET_ARM32 || \
19 defined PANDA_TARGET_ARM64
22 #if defined(PANDA_TARGET_WINDOWS)
32 #if defined(PANDA_TARGET_MOBILE) || defined(IOS_PLATFORM) in CreateDirectories()
35 #elif defined(PANDA_TARGET_MACOS) || defined(PANDA_TARGET_OHOS) in CreateDirectories()
37 #elif defined(PANDA_TARGET_WINDOWS) in CreateDirectories()
/arkcompiler/ets_frontend/es2panda/
Des2abc_config.gni50 assert(defined(invoker.src_js), "src_js is required!")
51 assert(defined(invoker.dst_file), "dst_file is required!")
52 assert(defined(invoker.out_puts), "out_puts is required!")
55 if (defined(invoker.extra_dependencies)) {
60 if (defined(invoker.extra_visibility)) {
88 if (defined(invoker.extension)) {
95 if (defined(invoker.dump_symbol_table)) {
101 if (defined(invoker.input_symbol_table)) {
108 if (defined(invoker.extra_args)) {
112 if (defined(invoker.in_puts)) {
[all …]
/arkcompiler/runtime_core/
Dark_config.gni27 if (!ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) && is_ohos &&
29 defined(global_parts_info) &&
30 defined(global_parts_info.security_code_signature)) {
35 if (!defined(arm_float_abi) || arm_float_abi == "") {
78 assert(defined(invoker.data_file), "data_file is required!")
79 assert(defined(invoker.template_file), "template_file is required!")
80 assert(defined(invoker.output_file), "output_file is required!")
83 if (defined(invoker.requires)) {
88 if (defined(invoker.extra_dependencies)) {
93 if (defined(invoker.extra_argv)) {
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dall_attributes.def62 #if defined(FUNC_ATTR) || defined(TYPE_ATTR)
71 #if defined(TYPE_ATTR) || defined(FIELD_ATTR)
106 #if defined(FUNC_ATTR) && !defined(NOCONTENT_ATTR)
111 #if (defined(TYPE_ATTR) || defined(FIELD_ATTR)) && !defined(NOCONTENT_ATTR)
119 #if (defined(FUNC_ATTR) || defined(STMT_ATTR))
124 #if defined(FUNC_ATTR) && !defined(NOCONTENT_ATTR)
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni25 if (!defined(arm_float_abi) || arm_float_abi == "") {
77 assert(defined(invoker.data_file), "data_file is required!")
78 assert(defined(invoker.template_file), "template_file is required!")
79 assert(defined(invoker.output_file), "output_file is required!")
82 if (defined(invoker.requires)) {
87 if (defined(invoker.extra_dependencies)) {
92 if (defined(invoker.extra_argv)) {
121 assert(defined(invoker.output_file), "output_file is required!")
122 assert(defined(invoker.default_file), "default_file is required!")
125 if (defined(invoker.extra_dependencies)) {
[all …]
/arkcompiler/runtime_core/static_core/
Dark_config.gni45 if (!defined(is_ohos)) {
48 if (!defined(is_standard_system)) {
52 if (!defined(is_llvmbackend)) {
68 if (!defined(is_llvm_interpreter)) {
71 if (!defined(is_llvm_fastpath)) {
74 if (!defined(is_llvm_aot)) {
80 if (!defined(arm_float_abi) || arm_float_abi == "") {
200 # requires -- if defined, will require additional Ruby files for template generation, must be list
203 assert(defined(invoker.data), "data is required!")
204 assert(defined(invoker.api), "api is required!")
[all …]
/arkcompiler/toolchain/
Dtoolchain_config.gni14 if (!defined(ark_standalone_build)) {
26 if (defined(enable_cmc_gc)) {
52 if (defined(is_arkui_x) && is_arkui_x && defined(runtime_mode) &&
69 if (defined(is_arkui_x) && is_arkui_x && target_os == "ios") {
76 enable_hilog = !ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) &&
79 !ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) && is_ohos &&
82 !ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) && is_ohos &&
85 !ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) && is_ohos &&
107 !ark_standalone_build && !is_mac && !(defined(is_arkui_x) && is_arkui_x) &&
111 if (defined(global_parts_info) &&
[all …]
/arkcompiler/ets_runtime/common_components/base/
Dsys_call.cpp19 #if defined(_WIN64)
21 #elif defined(__APPLE__)
33 #if defined(__linux__) || defined(PANDA_TARGET_OHOS)
43 #if defined(_WIN64) in GetTid()
45 #elif defined(__APPLE__) in GetTid()
56 #if defined(__APPLE__) in GetPid()
58 #elif defined(_WIN64) in GetPid()
Dsys_call.h20 #if defined(_WIN64)
22 #elif defined(__APPLE__)
31 #if defined(__linux__) || defined(PANDA_TARGET_OHOS)
39 #if defined(__linux__) || defined(PANDA_TARGET_OHOS)
Dark_sanitizer.h19 #if (defined(__has_feature) && __has_feature(address_sanitizer)) || defined(__SANITIZE_ADDRESS__)
23 #if defined(HAS_SANITIZER) && defined(RUN_WITH_ASAN)
27 #if defined(USE_ASAN) && defined(ARK_ASAN_ON)
43 #elif defined(USE_HWASAN)
/arkcompiler/ets_runtime/
Djs_runtime_config.gni14 if (!defined(ark_standalone_build)) {
18 if (!defined(ark_hybrid)) {
58 if (!defined(timeout)) {
78 if (defined(enable_cmc_gc)) {
99 if (!defined(build_variant)) {
117 if (defined(is_arkui_x) && is_arkui_x && defined(runtime_mode) &&
139 if (defined(is_arkui_x) && is_arkui_x && target_os == "ios") {
150 !ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) &&
153 !ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) && is_ohos &&
156 !ark_standalone_build && !(defined(is_arkui_x) && is_arkui_x) && is_ohos &&
[all …]
/arkcompiler/ets_runtime/test/
Dtest_helper.gni29 if (defined(disable_force_gc) && disable_force_gc) {
32 if (defined(timeout)) {
45 if (!defined(deps)) {
48 if (!defined(external_deps)) {
154 if (defined(invoker.is_module) && invoker.is_module) {
158 if (defined(invoker.is_commonjs) && invoker.is_commonjs) {
162 if (defined(invoker.is_gen_js_by_script) && invoker.is_gen_js_by_script) {
166 if (defined(invoker.is_merge) && invoker.is_merge) {
170 if (defined(invoker.is_merge_abc) && invoker.is_merge_abc) {
175 if (defined(invoker.src_dir) && invoker.src_dir != "") {
[all …]
/arkcompiler/ets_runtime/ecmascript/platform/
Dasync_detect.h21 #if defined(PANDA_TARGET_OHOS) && !defined(STANDALONE_MODE) && !defined(CROSS_PLATFORM)
29 #if defined(PANDA_TARGET_OHOS) && !defined(STANDALONE_MODE) && !defined(CROSS_PLATFORM)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/cmake/
Dinterop_js_tests_arkjsvm.cmake31 if(NOT DEFINED ARG_SOURCES)
38 if(NOT DEFINED ARG_OUTPUT_DIR)
49 if (DEFINED ARG_OUTPUT_DIR)
129 if(DEFINED ARG_JS_SOURCES)
133 if(DEFINED ARG_TS_SOURCES)
147 if(NOT DEFINED ARG_PACKAGE_NAME AND ${ETS_SOURCES_NUM} EQUAL 1)
150 elseif(NOT DEFINED ARG_PACKAGE_NAME)
186 if(DEFINED ARG_JS_SOURCES OR ARG_TS_SOURCES)
203 if(NOT DEFINED ARG_JS_LAUNCHER)
204 message("ARG_JS_LAUNCHER should be defined")
[all …]
/arkcompiler/runtime_core/static_core/cmake/
DPandaAssembly.cmake32 if (NOT DEFINED ARG_TARGET)
33 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
36 if (NOT DEFINED ARG_SOURCE)
37 message(FATAL_ERROR "Mandatory SOURCE argument is not defined.")
42 if (DEFINED ARG_INDIR)
48 if (DEFINED ARG_OUTDIR)
54 if (DEFINED ARG_TARGETNAME)
59 message(FATAL_ERROR "Target ${ARG_TARGET} is already defined.")
181 if (NOT DEFINED ARG_FILE)
182 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
[all …]
DTemplateBasedGen.cmake29 # * REQUIRES -- if defined, will require additional Ruby files for template generation
44 if (NOT DEFINED GEN_ARG_TEMPLATES)
48 if (NOT DEFINED GEN_ARG_DATA)
52 if (NOT DEFINED GEN_ARG_API)
56 if (NOT DEFINED GEN_ARG_SOURCE)
60 if (NOT DEFINED GEN_ARG_DESTINATION)
64 if (NOT DEFINED GEN_ARG_TARGET_NAME)
103 # * REQUIRES -- if defined, will require additional Ruby files for template generation
140 # * REQUIRES -- if defined, will require additional Ruby files for template generation
154 if (NOT DEFINED ARG_TEMPLATE)
[all …]
/arkcompiler/runtime_core/libabckit/tests/apps/
Dabckit_apps.gni20 assert(defined(invoker.input_file), "input_file is required!")
21 assert(defined(invoker.output_file), "output_file is required!")
22 assert(defined(invoker.app_src_dir), "app_src_dir is required!")
46 assert(defined(invoker.app), "app is required!")
47 assert(defined(invoker.apps_root), "apps_root is required!")
82 assert(defined(invoker.input_abc), "input_abc should be defined!")
115 if (defined(invoker.extra_dependencies)) {
143 assert(defined(invoker.app), "app should be defined!")
/arkcompiler/runtime_core/gn/build/
Dohos.gni25 if (defined(invoker.configs)) {
29 if (defined(invoker.remove_configs)) {
48 if (defined(invoker.configs)) {
52 if (defined(invoker.remove_configs)) {
70 if (defined(invoker.configs)) {
74 if (defined(invoker.remove_configs)) {
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Danno2.txt26 A list of built-in annotations will be defined later.
50 .. _Plugin-Defined Annotations:
52 Plugin-Defined Annotations
55 A notion of *plugin-defined annotations* can be added to some future language version.
72 A language extension commonly defines a list of exported *plugin-defined
74 source code by using this extension. This common case allows using the defined
94 - Or do we want to define fields for plugin-defined annotations?
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake32 if (NOT DEFINED ARG_TARGET)
33 message(FATAL_ERROR "Mandatory TARGET argument is not defined.")
36 if (NOT DEFINED ARG_SOURCE)
37 message(FATAL_ERROR "Mandatory SOURCE argument is not defined.")
42 if (DEFINED ARG_INDIR)
48 if (DEFINED ARG_OUTDIR)
54 if (DEFINED ARG_TARGETNAME)
59 message(FATAL_ERROR "Target ${ARG_TARGET} is already defined.")
172 if (NOT DEFINED ARG_FILE)
173 message(FATAL_ERROR "Mandatory FILE argument is not defined.")
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/cmake/
Dnative_gtest.cmake47 if(NOT DEFINED ARG_CPP_SOURCES)
48 message(FATAL_ERROR "CPP_SOURCES is not defined")
51 if(DEFINED ARG_ETS_SOURCES)
52 if(NOT DEFINED ARG_VERIFY_SOURCES)
53 message(FATAL_ERROR "ARG_VERIFY_SOURCES is not defined")
83 if (DEFINED ARG_TEST_GROUP AND NOT ${ARG_TEST_GROUP} STREQUAL "")
112 if (DEFINED ARG_TEST_GROUP)
/arkcompiler/toolchain/inspector/
Dinspector.cpp20 #if defined(OHOS_PLATFORM)
24 #if defined(OHOS_PLATFORM)
31 #if defined(IOS_PLATFORM)
35 #if defined(ENABLE_FFRT_INTERFACES)
73 #if !defined(IOS_PLATFORM)
78 #if !defined(IOS_PLATFORM)
79 #if defined(WINDOWS_PLATFORM)
81 #elif defined(MAC_PLATFORM)
103 #if defined(IOS_PLATFORM) || defined(MAC_PLATFORM) in HandleHybridClient()
122 #if defined(IOS_PLATFORM) || defined(MAC_PLATFORM) in HandleNormalClient()
[all …]

12345678910>>...47