Home | History | Annotate | Download | only in src

Lines Matching refs:constructor

667   // It has a constructor pointer that points at global_constructor which is a
672 // That in turn has a constructor pointer that points at
687 FunctionTemplateInfo::cast(data->constructor()));
706 // Change the constructor property of the prototype of the
718 FunctionTemplateInfo::cast(js_global_template->constructor()));
744 FunctionTemplateInfo::cast(data->constructor()));
856 // as the constructor. 'Array' property on a global object can be
1091 // Copy constructor from the non-strict arguments boilerplate.
1093 global_context()->arguments_boilerplate()->map()->constructor());
1148 // Setup the call-as-constructor delegate.
1466 // An array constructor on the builtins object that works like
1467 // the public Array constructor, except that its prototype
1471 // Only works correctly when called as a constructor. The normal
1564 // Create a constructor for RegExp results (a variant of Array that
1902 FunctionTemplateInfo::cast(proxy_data->constructor()));
1919 FunctionTemplateInfo::cast(object_template->constructor())));