Home | History | Annotate | Download | only in src

Lines Matching full:is_construct

156   bool reference_result = frame->is_construct();
1061 template <bool is_construct>
1064 ASSERT(is_construct == CalledAsConstructor(isolate));
1072 if (is_construct) {
1112 is_construct);
1129 if (!is_construct || result->IsJSObject()) return result;
1166 const bool is_construct = false;
1178 is_construct);