Home | History | Annotate | Download | only in builtins

Lines Matching refs:var_value

332   void ConvertReceiverAndLoop(Variable* var_value, Label* loop, Node* context) {
336 var_value->Bind(CallStub(callable, context, var_value->value()));
340 void ConvertNonReceiverAndLoop(Variable* var_value, Label* loop,
342 var_value->Bind(CallBuiltin(Builtins::kNonNumberToNumeric, context,
343 var_value->value()));
347 void ConvertAndLoop(Variable* var_value, Node* instance_type, Label* loop,
352 ConvertReceiverAndLoop(var_value, loop, context);
355 ConvertNonReceiverAndLoop(var_value, loop, context);