Home | History | Annotate | Download | only in compiler

Lines Matching refs:bound_this

394   //  - bound_this (optional), which is the [[BoundThis]]
397 Node* bound_this = (node->op()->ValueInputCount() < 3)
476 inputs[1] = bound_this;
3247 Handle<Object> bound_this(function->bound_this(), isolate());
3251 (bound_this->IsNullOrUndefined(isolate()))
3257 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this),
3293 Node* bound_this = NodeProperties::GetValueInput(target, 1);
3299 NodeProperties::ReplaceValueInput(node, bound_this, 1);
3310 NodeProperties::CanBeNullOrUndefined(isolate(), bound_this, effect)