Searched refs:LiveEditResult (Results 1 – 10 of 10) sorted by relevance
750 debug::LiveEditResult* result) { in ParseScript()773 result->status = debug::LiveEditResult::COMPILE_ERROR; in ParseScript()940 debug::LiveEditResult* result) { in CanPatchScript()941 debug::LiveEditResult::Status status = debug::LiveEditResult::OK; in CanPatchScript()953 status = debug::LiveEditResult::BLOCKED_BY_FUNCTION_ABOVE_BREAK_FRAME; in CanPatchScript()957 debug::LiveEditResult::BLOCKED_BY_FUNCTION_BELOW_NON_DROPPABLE_FRAME; in CanPatchScript()959 status = debug::LiveEditResult::BLOCKED_BY_RUNNING_GENERATOR; in CanPatchScript()961 status = debug::LiveEditResult::BLOCKED_BY_ACTIVE_FUNCTION; in CanPatchScript()963 if (status != debug::LiveEditResult::OK) { in CanPatchScript()973 const LiteralMap& changed, debug::LiveEditResult* result) { in CanRestartFrame()[all …]
15 struct LiveEditResult;71 debug::LiveEditResult* result);
84 struct LiveEditResult { struct133 LiveEditResult* result) const;
307 bool preview, debug::LiveEditResult* result);
1837 bool preview, debug::LiveEditResult* result) { in SetScriptSource()1842 return result->status == debug::LiveEditResult::OK; in SetScriptSource()
783 v8::debug::LiveEditResult result; in RUNTIME_FUNCTION()786 case v8::debug::LiveEditResult::COMPILE_ERROR: in RUNTIME_FUNCTION()789 case v8::debug::LiveEditResult::BLOCKED_BY_RUNNING_GENERATOR: in RUNTIME_FUNCTION()792 case v8::debug::LiveEditResult::BLOCKED_BY_FUNCTION_ABOVE_BREAK_FRAME: in RUNTIME_FUNCTION()795 case v8::debug::LiveEditResult:: in RUNTIME_FUNCTION()799 case v8::debug::LiveEditResult::BLOCKED_BY_ACTIVE_FUNCTION: in RUNTIME_FUNCTION()802 case v8::debug::LiveEditResult::BLOCKED_BY_NEW_TARGET_IN_RESTART_FRAME: in RUNTIME_FUNCTION()805 case v8::debug::LiveEditResult::FRAME_RESTART_IS_NOT_SUPPORTED: in RUNTIME_FUNCTION()808 case v8::debug::LiveEditResult::OK: in RUNTIME_FUNCTION()
77 v8::debug::LiveEditResult* result) = 0;
140 v8::debug::LiveEditResult* result) override { in setSource()308 void setSource(const String16&, bool, v8::debug::LiveEditResult*) override { in setSource() argument
875 v8::debug::LiveEditResult result; in setScriptSource()877 if (result.status != v8::debug::LiveEditResult::OK) { in setScriptSource()
9389 debug::LiveEditResult* result) const { in SetScriptSource()