Searched refs:maybe_constructor (Results 1 – 3 of 3) sorted by relevance
742 Object* maybe_constructor = receiver->map()->GetConstructor(); in GetAccessCheckInfo() local743 if (!maybe_constructor->IsJSFunction()) return NULL; in GetAccessCheckInfo()744 JSFunction* constructor = JSFunction::cast(maybe_constructor); in GetAccessCheckInfo()
5432 Object* maybe_constructor = constructor_or_backpointer(); in ACCESSORS() local5434 while (maybe_constructor->IsMap()) { in ACCESSORS()5435 maybe_constructor = in ACCESSORS()5436 Map::cast(maybe_constructor)->constructor_or_backpointer(); in ACCESSORS()5438 return maybe_constructor; in ACCESSORS()
2494 Object* maybe_constructor = map()->GetConstructor(); in class_name() local2495 if (maybe_constructor->IsJSFunction()) { in class_name()2496 JSFunction* constructor = JSFunction::cast(maybe_constructor); in class_name()2533 Object* maybe_constructor = receiver->map()->GetConstructor(); in GetConstructorName() local2534 if (maybe_constructor->IsJSFunction()) { in GetConstructorName()2535 JSFunction* constructor = JSFunction::cast(maybe_constructor); in GetConstructorName()2556 Handle<Object> maybe_constructor = JSReceiver::GetDataProperty(&it); in GetConstructorName() local2558 if (maybe_constructor->IsJSFunction()) { in GetConstructorName()2559 JSFunction* constructor = JSFunction::cast(*maybe_constructor); in GetConstructorName()12630 Object* maybe_constructor = object->map()->GetConstructor(); in OptimizeAsPrototype() local[all …]