Searched refs:ARKTS_IsUndefined (Results 1 – 3 of 3) sorted by relevance
359 EXPECT_TRUE(ARKTS_IsUndefined(jsUDef)); in TestPrime()450 EXPECT_TRUE(ARKTS_IsUndefined(valueA)); in TestObject()558 EXPECT_TRUE(ARKTS_IsUndefined(initialValue)); in TestArray()703 EXPECT_TRUE(ARKTS_IsUndefined(ARKTS_GetThisArg(info))); in TestFunction()767 EXPECT_TRUE(ARKTS_IsUndefined(arg)); in TestPromise()
111 EXPORT bool ARKTS_IsUndefined(ARKTS_Value value);
204 bool ARKTS_IsUndefined(ARKTS_Value value) in ARKTS_IsUndefined() function