Lines Matching defs:result
269 // point will still return the {promise} instead of the result of the
305 // point will still return the {promise} instead of the result of the
336 // string constant and the addition won't throw due to too long result.
500 // Rewire the value uses of {node} to ToBoolean conversion of the result.
518 NodeProperties::InferMapsResult result = NodeProperties::InferMapsUnsafe(
520 if (result == NodeProperties::kNoMaps) return kMayBeInPrototypeChain;
531 if (result == NodeProperties::kUnreliableMaps && !map.is_stable()) {
573 WhereToStart start = result == NodeProperties::kUnreliableMaps
595 InferHasInPrototypeChainResult result =
597 if (result != kMayBeInPrototypeChain) {
599 jsgraph()->BooleanConstant(result == kIsInPrototypeChain);
3051 // Perform the hole check on the result.
3399 NodeProperties::InferMapsResult result =
3401 if (result == NodeProperties::kReliableMaps) {
3406 } else if (result == NodeProperties::kUnreliableMaps) {