Home | History | Annotate | Download | only in src

Lines Matching refs:constructor

190     JSFunction* constructor =
192 Object* obj = Heap::AllocateJSObject(constructor);
880 // API. The object can be called as either a constructor (using new) or just as
886 // called as a constructor the delegate call is not a construct call.
897 JSFunction* constructor = JSFunction::cast(obj->map()->constructor());
898 Object* template_info = constructor->shared()->function_data();
915 Handle<JSFunction> callee_handle(constructor);