Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtyper.h49 OperationTyper* operation_typer() { return &operation_typer_; } in operation_typer() function
Dtyper.cc474 return t->operation_typer()->ToBoolean(type); in ToBoolean()
1023 return typer_->operation_typer()->TypeTypeGuard(node->op(), type); in TypeTypeGuard()
1058 return t->operation_typer()->StrictEqual(lhs, rhs); in JSStrictEqualTyper()
2015 return t->operation_typer()->SameValue(lhs, rhs); in SameValueTyper()
2020 return t->operation_typer()->SameValueNumbersOnly(lhs, rhs); in SameValueNumbersOnlyTyper()
2166 return typer_->operation_typer()->ConvertTaggedHoleToUndefined(type); in TypeConvertTaggedHoleToUndefined()