Lines Matching refs:constructor
316 Handle<JSFunction> constructor(
318 Handle<Object> object = Factory::NewJSObject(constructor);
479 JSFunction* constructor =
481 Object* object = Heap::AllocateJSObject(constructor);
688 // Copy map so it won't interfere constructor's initial map.
704 // Copy map so it won't interfere constructor's initial map.
1246 Handle<JSFunction> constructor =
1252 RegExpImpl::CreateRegExpLiteral(constructor, pattern, flags,
4933 Handle<Object> constructor = args.at<Object>(0);
4935 // If the constructor isn't a proper function we throw a type error.
4936 if (!constructor->IsJSFunction()) {
4937 Vector< Handle<Object> > arguments = HandleVector(&constructor, 1);
4943 Handle<JSFunction> function = Handle<JSFunction>::cast(constructor);
5003 // constructor call doesn't use a CallIC, it uses a LoadIC followed by a
5157 Object* constructor = holder->map()->constructor();
5158 if (constructor != context_extension_function) return holder;
5402 // constructor calls
5724 * The second parameter of the constructor, fast_elements, specifies
6560 // 6: Constructor call
6601 // Check for constructor frame.
6602 bool constructor = it.frame()->IsConstructor();
6680 // Add the constructor information.
6681 details->set(kFrameDetailsConstructCallIndex, Heap::ToBoolean(constructor));
7794 obj->map()->constructor() == arguments_function) {
7845 // args[1]: constructor function for instances to exclude (Mirror)
7861 // Get the constructor function for context extension and arguments array.
7865 JSFunction::cast(arguments_boilerplate->map()->constructor());
7891 static int DebugConstructedBy(JSFunction* constructor, int max_references,
7904 if (obj->map()->constructor() == constructor) {
7921 // args[0]: the constructor to find instances of
7930 CONVERT_CHECKED(JSFunction, constructor, args[0]);
7936 count = DebugConstructedBy(constructor, max_references, NULL, 0);
7944 count = DebugConstructedBy(constructor, max_references, instances, count);
8091 // a stack trace. The caller is the error constructor that asked