Home | History | Annotate | Download | only in src

Lines Matching full:is_construct

149   bool reference_result = frame->is_construct();
722 template <bool is_construct>
725 ASSERT(is_construct == CalledAsConstructor());
730 if (is_construct) {
772 is_construct,
792 if (!is_construct || result->IsJSObject()) return result;
828 const bool is_construct = false;
853 is_construct,