Home | History | Annotate | Download | only in x64

Lines Matching defs:ToBoolean

3293   // before any ToBoolean() conversions. This means that the value
3343 // standard ToBoolean() conversion as described in ECMA-262,
3347 // ToBoolean.
3350 ToBoolean(&dest);
3405 // standard ToBoolean() conversion as described in ECMA-262,
3409 // ToBoolean.
3412 ToBoolean(&dest);
4297 ToBoolean(dest);
4305 // ECMA-262, section 9.2, page 30: ToBoolean(). Pop the top of stack and
4308 void CodeGenerator::ToBoolean(ControlDestination* dest) {
4309 Comment cmnt(masm_, "[ ToBoolean");
4319 __ AbortIfNotNumber(value.reg(), "ToBoolean operand is not a number.");