Lines Matching defs:value
321 auto value = Builtins::InvokeApiFunction(
324 bool has_exception = value.is_null();
334 return value;
397 // Placeholder for return value.
398 Object value;
411 // {new_target}, {target}, {receiver}, return value: tagged pointers
425 value = Object(stub_entry.Call(isolate->isolate_data()->isolate_root(),
432 // return value: tagged pointers
441 value = Object(stub_entry.Call(isolate->isolate_data()->isolate_root(),
448 value.ObjectVerify(isolate);
452 // Update the pending exception flag and return the value.
453 bool has_exception = value.IsException(isolate);
464 return Handle<Object>(value, isolate);