Home | History | Annotate | Download | only in compiler

Lines Matching defs:constructor_type

1431   Type* constructor_type = NodeProperties::GetType(constructor);
1441 if (!constructor_type->Maybe(Type::Callable())) {
1451 !constructor_type->Maybe(Type::BoundFunction())) {
1458 if (!constructor_type->IsHeapConstant() ||
1459 !constructor_type->AsHeapConstant()->Value()->IsJSFunction()) {
1463 Handle<JSFunction>::cast(constructor_type->AsHeapConstant()->Value());