HomeSort by relevance Sort by last modified time
    Searched refs:NarrowType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
typing.cc 376 NarrowType(expr, Bounds::Either(
385 NarrowType(expr, store_.LookupBounds(variable_index(var)));
392 NarrowType(expr, Bounds(type));
397 NarrowType(expr, Bounds(Type::RegExp(zone())));
418 NarrowType(expr, Bounds(Type::Object(zone())));
429 NarrowType(expr, Bounds(Type::Array(zone())));
458 NarrowType(expr, rhs->bounds());
479 NarrowType(expr, Bounds(Type::None(zone())));
546 NarrowType(expr, Bounds(Type::None(zone()), Type::Receiver(zone())));
573 NarrowType(expr, Bounds(Type::Boolean(zone())))
    [all...]
typing.h 51 void NarrowType(Expression* e, Bounds b) {

Completed in 1162 milliseconds