Home
last modified time | relevance | path

Searched refs:null (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/tsconfig/
H A Dtest.sh48 $CMD 2> /dev/null
49 pushd "$TSCONFIG_DIR" &> /dev/null
51 popd &> /dev/null
/arkcompiler/runtime_core/static_core/gn/build/
H A Dmake_version_file.sh19 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 Dir_builder_coverage.sh64 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 Dinstall-deps-qemu153 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 Dinstall-deps-qemu159 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 Djsnapi_test.cpp129 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 Drun_js_perf_test.sh28 type "$command" >/dev/null 2>&1
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.cpp71 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 Drun_ffi_workload_test.sh33 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 Dverify.sh151 ets_count=$(ls "$snippets"/*.sts 2> /dev/null | wc -l)
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_perf_test.sh183 type "$command" >/dev/null 2>&1
/arkcompiler/runtime_core/static_core/scripts/llvm/
H A Dbuild_llvm.sh67 qemu=$(which update-binfmts &> /dev/null && \
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp79 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 Djsnapi_first_tests.cpp2202 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 Dbuiltins_object_stub_builder.cpp183 // 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