Lines Matching refs:result
319 Handle<Object> result;
321 isolate, result,
324 return result;
330 // the frames and use its result.
352 Handle<Object> result;
355 isolate, result,
360 return result;
654 // 9. Return the result of concatenating name, the code unit 0x003A (COLON),
661 Handle<String> result;
662 ASSIGN_RETURN_ON_EXCEPTION(isolate, result, builder.Finish(), String);
663 return result;
748 // the {builder}'s result can never exceed that limit.