Lines Matching refs:result
117 // If the result of a BigInt computation is truncated to 64 bit, Turbofan
486 Handle<SeqOneByteString> result;
488 isolate, result, isolate->factory()->NewRawOneByteString(length));
489 return *result;
497 Handle<SeqTwoByteString> result;
499 isolate, result, isolate->factory()->NewRawTwoByteString(length));
500 return *result;
579 // Without arguments, the result is returned as a string.
582 Handle<String> result = isolate->factory()->NewStringFromAsciiChecked(
585 return *result;
717 Handle<String> result = isolate->factory()->NewStringFromAsciiChecked(str);
719 return *result;