Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc161 static void CheckOddball(Isolate* isolate, Object obj, const char* string) { in CheckOddball() function
344 CheckOddball(isolate, roots.true_value(), "true"); in TEST()
345 CheckOddball(isolate, roots.false_value(), "false"); in TEST()
346 CheckOddball(isolate, roots.null_value(), "null"); in TEST()
347 CheckOddball(isolate, roots.undefined_value(), "undefined"); in TEST()