Home
last modified time | relevance | path

Searched refs:jsNull (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp74 JSHandle<JSTaggedValue> jsNull(thread, JSTaggedValue::Null()); in JSSpecialValueTest() local
87 EXPECT_TRUE(JSTaggedValue::SameValue(jsNull, retNull)) << "Not same value for JS_NULL"; in JSSpecialValueTest()
970 JSHandle<JSTaggedValue> jsNull(thread, JSTaggedValue::Null()); in HWTEST_F_L0() local
975 serializer->SerializeJSTaggedValue(jsNull); in HWTEST_F_L0()