Home | History | Annotate | Download | only in src

Lines Matching refs:constructor

1428     // For constructor functions skip another frame.
1767 Handle<Object> constructor(Top::global()->GetProperty(*constructor_str));
1768 ASSERT(constructor->IsJSFunction());
1769 if (!constructor->IsJSFunction()) {
1774 Handle<JSFunction>::cast(constructor),