Home | History | Annotate | Download | only in src

Lines Matching full:is_construct

154   bool reference_result = frame->is_construct();
1066 template <bool is_construct>
1069 ASSERT(is_construct == CalledAsConstructor(isolate));
1077 if (is_construct) {
1117 is_construct);
1134 if (!is_construct || result->IsJSObject()) return result;
1171 const bool is_construct = false;
1183 is_construct);