Home | History | Annotate | Download | only in cctest

Lines Matching refs:ExpectBoolean

940   ExpectBoolean("child.hasOwnProperty('age')", false);
967 ExpectBoolean("child.hasOwnProperty('age')", false);
968 ExpectBoolean("child.hasOwnProperty('accessor_age')", true);
1224 ExpectBoolean("child.hasOwnProperty('age')", false);
1247 ExpectBoolean("child.hasOwnProperty('age')", false);
1276 ExpectBoolean("child.hasOwnProperty('name')", false);
1280 ExpectBoolean("child.hasOwnProperty('name')", true);
1399 ExpectBoolean("obj.hasOwnProperty('age')", true);
1428 ExpectBoolean("obj.hasOwnProperty('age')", true);
3127 ExpectBoolean("%GetOptimizationStatus(f) != 2", true);
3266 ExpectBoolean("c.hasOwnProperty('x')", false);
3271 ExpectBoolean("c.hasOwnProperty('x')", false);
3273 ExpectBoolean("c.hasOwnProperty('y')", false);