Home | History | Annotate | Download | only in src

Lines Matching refs:ctor

319       Handle<Object> ctor = JSReceiver::GetDataProperty(
321 if (ctor->IsFunction()) {
323 if (ctor->IsJSBoundFunction()) {
325 isolate, Handle<JSBoundFunction>::cast(ctor))
327 } else if (ctor->IsJSFunction()) {
329 JSFunction::GetName(isolate, Handle<JSFunction>::cast(ctor));