Lines Matching defs:result
903 bool GetStackTraceLimit(Isolate* isolate, int* result) {
913 *result = std::max(FastD2IChecked(stack_trace_limit->Number()), 0);
915 if (*result != FLAG_stack_trace_limit) {
2747 // Caught the result of an inner async/await invocation.
5531 auto result = recorder_context_id_map_.emplace(
5536 result.first->second.SetWeak(
5549 auto result = recorder_context_id_map_.find(id.id_);
5550 if (result == recorder_context_id_map_.end() || result->second.IsEmpty())
5552 return result->second.Get(reinterpret_cast<v8::Isolate*>(this));