Lines Matching refs:result
46 // Receives compare result as a series of chunks.
49 // Puts another chunk in result list. Note that technically speaking
74 // Makes sure that result for the full problem is calculated and stored
149 // Computes result for a subtask and optionally caches it in the buffer table.
363 // Stores compare result in std::vector. Converts substring positions
465 // Stores compare result in std::vector. For each chunk tries to conduct
598 FunctionLiteralChanges* result) {
626 result->insert(literal_stack.top());
757 debug::LiveEditResult* result) {
777 result->message = try_catch.Message()->Get();
780 result->line_number = msg->GetLineNumber();
781 result->column_number = msg->GetColumnNumber();
782 result->status = debug::LiveEditResult::COMPILE_ERROR;
913 debug::LiveEditResult* result) {
923 result->status = debug::LiveEditResult::BLOCKED_BY_ACTIVE_FUNCTION;
926 result->status = debug::LiveEditResult::BLOCKED_BY_RUNNING_GENERATOR;
977 debug::LiveEditResult* result) {
983 result->status = debug::LiveEditResult::OK;
995 if (!ParseScript(isolate, script, &parse_info, false, &literals, result))
1008 result)) {
1029 if (!CanPatchScript(changed, script, new_script, function_data_map, result)) {
1034 result->status = debug::LiveEditResult::OK;
1039 // correspond to the bytecode of the JSFunction for that frame. As a result
1201 result->status = debug::LiveEditResult::OK;
1202 result->script = ToApiHandle<v8::debug::Script>(new_script);