Home
last modified time | relevance | path

Searched refs:IsNull (Results 1 - 25 of 95) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglue_regs_test.cpp57 EXPECT_TRUE(globalConst->GetNull().IsNull()); in HWTEST_F_L0()
58 EXPECT_TRUE(globalConst->GetHandledNull()->IsNull()); in HWTEST_F_L0()
70 EXPECT_TRUE(!Name##value.IsNull()); \ in HWTEST_F_L0()
72 EXPECT_TRUE(!Name##handledValue->IsNull()); in HWTEST_F_L0()
98 EXPECT_TRUE(!Name##value.IsNull()); \ in HWTEST_F_L0()
100 EXPECT_TRUE(!Name##handledValue->IsNull()); in HWTEST_F_L0()
H A Djs_forin_iterator_test.cpp32 EXPECT_TRUE(JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(grandfather)).IsNull()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_finalization_registry.cpp99 if (obj->GetPrev().IsNull() && obj->GetNext().IsNull()) { in CleanFinRegLists()
103 if (!obj->GetPrev().IsNull()) { in CleanFinRegLists()
107 if (!obj->GetNext().IsNull()) { in CleanFinRegLists()
131 while (!current->IsNull()) { in CheckAndCall()
225 if (!next->GetPrev().IsNull() || !next->GetNext().IsNull()) { in AddFinRegLists()
H A Djs_proxy.cpp55 if (handler->IsNull()) { in GetPrototype()
82 if (!handlerProto.IsECMAObject() && !handlerProto.IsNull()) { in GetPrototype()
113 ASSERT(proto->IsECMAObject() || proto->IsNull()); in SetPrototype()
117 if (handler.IsNull()) { in SetPrototype()
178 if (handler.IsNull()) { in IsExtensible()
235 if (handler.IsNull()) { in PreventExtensions()
289 if (handler.IsNull()) { in GetOwnProperty()
382 if (handler.IsNull()) { in DefineOwnProperty()
465 if (handler.IsNull()) { in HasProperty()
526 if (handler.IsNull()) { in GetProperty()
[all...]
H A Djs_arraybuffer.h37 return arrayBufferData.IsNull(); in IsDetach()
H A Djs_arraybuffer.cpp61 if (arrayBufferData.IsNull()) { in Detach()
H A Djs_regexp_iterator.cpp71 if (match->IsNull()) { in Next()
H A Djs_tagged_value.cpp578 if (x->IsNull() && y->IsNull()) { in EqualNullOrUndefined()
584 if (x->IsNull() && y->IsUndefined()) { in EqualNullOrUndefined()
587 if (x->IsUndefined() && y->IsNull()) { in EqualNullOrUndefined()
949 if (obj->IsUndefined() || obj->IsNull() || obj->IsHole()) { in GetProperty()
978 if (obj->IsUndefined() || obj->IsNull() || obj->IsHole()) { in GetProperty()
1006 if (obj->IsUndefined() || obj->IsNull() || obj->IsHole()) { in GetProperty()
1035 if (obj->IsUndefined() || obj->IsNull() || obj->IsHole()) { in SetProperty()
1064 if (obj->IsUndefined() || obj->IsNull() || obj->IsHole()) { in SetProperty()
1095 if (obj->IsUndefined() || obj->IsNull() || ob in SetProperty()
[all...]
H A Djsnapi_sendable.cpp118 if (valueHandle->IsNull()) { in GetSharedFieldType()
H A Dtagged_tree.cpp353 if (valueX->IsNull()) { in EntryCompare()
354 return valueY->IsNull() ? ComparisonResult::EQUAL : ComparisonResult::GREAT; in EntryCompare()
356 if (valueY->IsNull()) { in EntryCompare()
542 if (!compareFn->IsUndefined() && !compareFn->IsNull()) { in Shrink()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_convert_base.h85 ASSERT(!IsNull(env, jsVal)); in Unwrap()
108 if (UNLIKELY(IsNull(env, jsVal))) { in UnwrapWithNullCheck()
H A Djs_refconvert.h48 ASSERT(!IsNull(JSEnvFromInteropCtx(ctx), jsValue)); in Unwrap()
/arkcompiler/ets_runtime/test/fuzztest/publicapilocal_fuzzer/
H A Dpublicapilocal_fuzzer.cpp48 intValue.IsNull(); in LocalIsNullFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvalueref_fuzzer/
H A Djsvalueref_fuzzer.cpp34 obj->IsNull(); in JSValueRefIsNullFuzzTest()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_from_sync_iterator.cpp51 if (value->IsNull()) { in Next()
98 if (value->IsNull()) { in Throw()
176 if (value->IsNull()) { in Return()
H A Dbuiltins_object.cpp47 if (value->IsNull() || value->IsUndefined()) { in ObjectConstructor()
113 if (!source->IsNull() && !source->IsUndefined()) { in Assign()
248 if (!obj->IsECMAObject() && !obj->IsNull()) { in Create()
740 if (!proto->IsNull() && !proto->IsECMAObject()) { in SetPrototypeOf()
832 while (!msgValueHandle->IsNull()) { in IsPrototypeOf()
956 if (msg->IsNull()) { in ToString()
1035 if (!proto->IsNull() && !proto->IsECMAObject()) { in ProtoSetter()
1102 if (iterable->IsUndefined() || iterable->IsNull()) { in FromEntries()
H A Dbuiltins_sharedarraybuffer.cpp63 if (bufferdata.IsNull()) { in IsSharedArrayBuffer()
81 if (dataSlot.IsNull()) { in IsShared()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_sendable_arraybuffer.h37 return arrayBufferData.IsNull(); in IsDetach()
H A Djs_sendable_arraybuffer.cpp65 if (arrayBufferData.IsNull()) { in Detach()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp111 if (binding->IsNull() || binding->IsString()) { in GetProperty()
289 ASSERT(proto->IsECMAObject() || proto->IsNull()); in SetPrototype()
290 return proto->IsNull(); in SetPrototype()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dtagged_value.h300 inline bool IsNull() const in IsNull() function in ark::coretypes::TaggedValue
307 return IsNull() || IsUndefined(); in IsUndefinedOrNull()
/arkcompiler/toolchain/tooling/base/
H A Dpt_json.h84 bool IsNull() const;
/arkcompiler/runtime_core/arkplatform/tests/
H A Djsnapi_test.cpp130 ASSERT_TRUE(null->IsNull()); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_tree_map.cpp104 if (!compareFn->IsUndefined() && !compareFn->IsNull()) { in Clear()
H A Djs_api_tree_set.cpp82 if (!compareFn->IsUndefined() && !compareFn->IsNull()) { in Clear()

Completed in 15 milliseconds

1234