Home | History | Annotate | Download | only in src

Lines Matching refs:must_handle_result

1383     BuiltinContinuationMode mode, bool must_handle_result) {
1386 return must_handle_result ? Builtins::kContinueToCodeStubBuiltinWithResult
1391 return must_handle_result
1476 const bool must_handle_result =
1493 translated_stack_parameters + (must_handle_result ? 1 : 0) +
1593 if (must_handle_result) {
1701 if (must_handle_result) {
1728 TrampolineForBuiltinContinuation(mode, must_handle_result));