ExpectBoolean 98 test/cctest/test-api.cc ExpectBoolean(code, true); ExpectBoolean 103 test/cctest/test-api.cc ExpectBoolean(code, false); ExpectBoolean 1378 test/cctest/test-api.cc ExpectBoolean("child.hasOwnProperty('age')", false); ExpectBoolean 1398 test/cctest/test-api.cc ExpectBoolean("child.hasOwnProperty('age')", false); ExpectBoolean 1414 test/cctest/test-api.cc ExpectBoolean("child.hasOwnProperty('name')", false); ExpectBoolean 1418 test/cctest/test-api.cc ExpectBoolean("child.hasOwnProperty('name')", true); ExpectBoolean 1514 test/cctest/test-api.cc ExpectBoolean("obj.hasOwnProperty('age')", true); ExpectBoolean 1538 test/cctest/test-api.cc ExpectBoolean("obj.hasOwnProperty('age')", true); ExpectBoolean 4375 test/cctest/test-api.cc ExpectBoolean("typeof undetectable == 'undefined'", true); ExpectBoolean 4376 test/cctest/test-api.cc ExpectBoolean("typeof undetectable == 'object'", false); ExpectBoolean 4377 test/cctest/test-api.cc ExpectBoolean("if (undetectable) { true; } else { false; }", false); ExpectBoolean 4378 test/cctest/test-api.cc ExpectBoolean("!undetectable", true); ExpectBoolean 4381 test/cctest/test-api.cc ExpectBoolean("false&&undetectable", false); ExpectBoolean 4382 test/cctest/test-api.cc ExpectBoolean("true||undetectable", true); ExpectBoolean 4387 test/cctest/test-api.cc ExpectBoolean("undetectable||true", true); ExpectBoolean 4388 test/cctest/test-api.cc ExpectBoolean("undetectable||false", false); ExpectBoolean 4390 test/cctest/test-api.cc ExpectBoolean("undetectable==null", true); ExpectBoolean 4391 test/cctest/test-api.cc ExpectBoolean("null==undetectable", true); ExpectBoolean 4392 test/cctest/test-api.cc ExpectBoolean("undetectable==undefined", true); ExpectBoolean 4393 test/cctest/test-api.cc ExpectBoolean("undefined==undetectable", true); ExpectBoolean 4394 test/cctest/test-api.cc ExpectBoolean("undetectable==undetectable", true); ExpectBoolean 4397 test/cctest/test-api.cc ExpectBoolean("undetectable===null", false); ExpectBoolean 4398 test/cctest/test-api.cc ExpectBoolean("null===undetectable", false); ExpectBoolean 4399 test/cctest/test-api.cc ExpectBoolean("undetectable===undefined", false); ExpectBoolean 4400 test/cctest/test-api.cc ExpectBoolean("undefined===undetectable", false); ExpectBoolean 4401 test/cctest/test-api.cc ExpectBoolean("undetectable===undetectable", true); ExpectBoolean 4416 test/cctest/test-api.cc ExpectBoolean("undefined == void 0", true); ExpectBoolean 4417 test/cctest/test-api.cc ExpectBoolean("undetectable == void 0", true); ExpectBoolean 4418 test/cctest/test-api.cc ExpectBoolean("null == void 0", true); ExpectBoolean 4419 test/cctest/test-api.cc ExpectBoolean("undefined === void 0", true); ExpectBoolean 4420 test/cctest/test-api.cc ExpectBoolean("undetectable === void 0", false); ExpectBoolean 4421 test/cctest/test-api.cc ExpectBoolean("null === void 0", false); ExpectBoolean 4423 test/cctest/test-api.cc ExpectBoolean("void 0 == undefined", true); ExpectBoolean 4424 test/cctest/test-api.cc ExpectBoolean("void 0 == undetectable", true); ExpectBoolean 4425 test/cctest/test-api.cc ExpectBoolean("void 0 == null", true); ExpectBoolean 4426 test/cctest/test-api.cc ExpectBoolean("void 0 === undefined", true); ExpectBoolean 4427 test/cctest/test-api.cc ExpectBoolean("void 0 === undetectable", false); ExpectBoolean 4428 test/cctest/test-api.cc ExpectBoolean("void 0 === null", false); ExpectBoolean 4467 test/cctest/test-api.cc ExpectBoolean("Object.isExtensible(undetectable)", true); ExpectBoolean 4472 test/cctest/test-api.cc ExpectBoolean("Object.isExtensible(undetectable)", false); ExpectBoolean 4477 test/cctest/test-api.cc ExpectBoolean("undetectable.y == undefined", true); ExpectBoolean 4492 test/cctest/test-api.cc ExpectBoolean("typeof undetectable == 'undefined'", true); ExpectBoolean 4493 test/cctest/test-api.cc ExpectBoolean("typeof undetectable == 'string'", false); ExpectBoolean 4494 test/cctest/test-api.cc ExpectBoolean("if (undetectable) { true; } else { false; }", false); ExpectBoolean 4495 test/cctest/test-api.cc ExpectBoolean("!undetectable", true); ExpectBoolean 4498 test/cctest/test-api.cc ExpectBoolean("false&&undetectable", false); ExpectBoolean 4499 test/cctest/test-api.cc ExpectBoolean("true||undetectable", true); ExpectBoolean 4504 test/cctest/test-api.cc ExpectBoolean("undetectable||true", true); ExpectBoolean 4505 test/cctest/test-api.cc ExpectBoolean("undetectable||false", false); ExpectBoolean 4507 test/cctest/test-api.cc ExpectBoolean("undetectable==null", true); ExpectBoolean 4508 test/cctest/test-api.cc ExpectBoolean("null==undetectable", true); ExpectBoolean 4509 test/cctest/test-api.cc ExpectBoolean("undetectable==undefined", true); ExpectBoolean 4510 test/cctest/test-api.cc ExpectBoolean("undefined==undetectable", true); ExpectBoolean 4511 test/cctest/test-api.cc ExpectBoolean("undetectable==undetectable", true); ExpectBoolean 4514 test/cctest/test-api.cc ExpectBoolean("undetectable===null", false); ExpectBoolean 4515 test/cctest/test-api.cc ExpectBoolean("null===undetectable", false); ExpectBoolean 4516 test/cctest/test-api.cc ExpectBoolean("undetectable===undefined", false); ExpectBoolean 4517 test/cctest/test-api.cc ExpectBoolean("undefined===undetectable", false); ExpectBoolean 4518 test/cctest/test-api.cc ExpectBoolean("undetectable===undetectable", true); ExpectBoolean 15631 test/cctest/test-api.cc ExpectBoolean("delete cell", false); ExpectBoolean 15644 test/cctest/test-api.cc ExpectBoolean("delete cell", true); ExpectBoolean 15670 test/cctest/test-api.cc ExpectBoolean("delete cell", false); ExpectBoolean 15698 test/cctest/test-api.cc ExpectBoolean("delete cell", false); ExpectBoolean 16338 test/cctest/test-api.cc ExpectBoolean("c.hasOwnProperty('x')", false); ExpectBoolean 16342 test/cctest/test-api.cc ExpectBoolean("c.hasOwnProperty('x')", false); ExpectBoolean 16344 test/cctest/test-api.cc ExpectBoolean("c.hasOwnProperty('y')", false);