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

/external/v8/test/cctest/
H A Dtest-api.cc89 static void ExpectBoolean(const char* code, bool expected) { function
97 ExpectBoolean(code, true);
102 ExpectBoolean(code, false);
1377 ExpectBoolean("child.hasOwnProperty('age')", false);
1397 ExpectBoolean("child.hasOwnProperty('age')", false);
1413 ExpectBoolean("child.hasOwnProperty('name')", false);
1417 ExpectBoolean("child.hasOwnProperty('name')", true);
1513 ExpectBoolean("obj.hasOwnProperty('age')", true);
1537 ExpectBoolean("obj.hasOwnProperty('age')", true);
4374 ExpectBoolean("typeo
[all...]

Completed in 500 milliseconds