Searched refs:null (Results 1 - 15 of 15) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/ |
H A D | test.sh | 48 $CMD 2> /dev/null 49 pushd "$TSCONFIG_DIR" &> /dev/null 51 popd &> /dev/null
|
/arkcompiler/runtime_core/static_core/gn/build/ |
H A D | make_version_file.sh | 19 if git --version &> /dev/null ; then 20 if git -C "$1" rev-parse &> /dev/null ; then
|
/arkcompiler/runtime_core/static_core/compiler/tools/ |
H A D | ir_builder_coverage.sh | 64 if $(grep "TEST_F(IrBuilderTest, $1)" "$IR_BUILDER_TESTS" 1>/dev/null); then 66 $UNIT_TESTS --gtest_filter=IrBuilderTest."$1" 1>/dev/null 70 elif $(grep "TEST_F(IrBuilderTest, DISABLED_$1)" "$IR_BUILDER_TESTS" 1>/dev/null); then
|
/arkcompiler/runtime_core/scripts/ |
H A D | install-deps-qemu | 153 qemu_installed_version=$(qemu-aarch64 --version 2>/dev/null \ 157 qemu_installed_version=$($QEMU_PREFIX/bin/qemu-aarch64 --version 2>/dev/null \
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | install-deps-qemu | 159 qemu_installed_version=$(qemu-aarch64 --version 2>/dev/null \ 163 qemu_installed_version=$($QEMU_PREFIX/bin/qemu-aarch64 --version 2>/dev/null \
|
/arkcompiler/runtime_core/arkplatform/tests/ |
H A D | jsnapi_test.cpp | 129 Local<JSValueRef> null = JSValueRef::Null(vm_); in TEST_F() local 130 ASSERT_TRUE(null->IsNull()); in TEST_F() 131 ASSERT_EQ(ToJSTaggedValue(*null), JSValueRefInternals::VALUE_NULL); in TEST_F()
|
/arkcompiler/ets_runtime/test/aotjsperftest/ |
H A D | run_js_perf_test.sh | 28 type "$command" >/dev/null 2>&1
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | dump.cpp | 71 ArenaString null("null", allocator->Adapter()); in InstId() 72 return null; in InstId() 80 ArenaString null("null", allocator->Adapter()); in BBId() 81 return null; in BBId()
|
/arkcompiler/ets_runtime/test/ffiworkloadtest/ |
H A D | run_ffi_workload_test.sh | 33 if type "$command" >/dev/null 2>&1; then return $ret_ok; else return $ret_error; fi
|
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
H A D | verify.sh | 151 ets_count=$(ls "$snippets"/*.sts 2> /dev/null | wc -l)
|
/arkcompiler/ets_runtime/test/jsperftest/ |
H A D | run_js_perf_test.sh | 183 type "$command" >/dev/null 2>&1
|
/arkcompiler/runtime_core/static_core/scripts/llvm/ |
H A D | build_llvm.sh | 67 qemu=$(which update-binfmts &> /dev/null && \
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | dump.cpp | 79 ArenaString null("null", allocator->Adapter()); in InstId() 80 return null; in InstId() 88 ArenaString null("null", allocator->Adapter()); in BBId() 89 return null; in BBId()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 2202 Local<JSValueRef> null = JSValueRef::Null(vm_); in HWTEST_F_L0() local 2203 ASSERT_TRUE(null->IsNull()); in HWTEST_F_L0() 2204 ASSERT_EQ(JSNApiHelper::ToJSTaggedValue(*null).GetRawData(), JSTaggedValue::VALUE_NULL); in HWTEST_F_L0() 2270 * @tc.desc: Verify that localnull correctly represents a null value, ensuring that the JavaScript virtual machine 2271 * can handle null values correctly.
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_object_stub_builder.cpp | 183 // null
in ToString() 185 Label null(env);
in ToString() 187 BRANCH(TaggedIsUndefined(thisValue_), &null, &checkObject);
in ToString() local 188 Bind(&null);
in ToString()
|
Completed in 14 milliseconds