Home | History | Annotate | Download | only in runtime

Lines Matching defs:prototype

143   Handle<JSObject> prototype = isolate->factory()->NewJSObjectFromMap(map);
154 JSFunction::SetPrototype(constructor, prototype);
160 prototype, attribs),
168 JSObject::AddProperty(prototype, isolate->factory()->constructor_string(),
184 // Caller already has access to constructor, so return the prototype.
185 return prototype;
453 prototype = active_function->map()->prototype();
454 if (!prototype->IsConstructor()) {
456 return ThrowNotSuperConstructor(isolate, handle(prototype, isolate),
459 return prototype;