Home
last modified time | relevance | path

Searched refs:LiveEditResult (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/debug/
Dliveedit.cc750 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 …]
Dliveedit.h15 struct LiveEditResult;
71 debug::LiveEditResult* result);
Ddebug-interface.h84 struct LiveEditResult { struct
133 LiveEditResult* result) const;
Ddebug.h307 bool preview, debug::LiveEditResult* result);
Ddebug.cc1837 bool preview, debug::LiveEditResult* result) { in SetScriptSource()
1842 return result->status == debug::LiveEditResult::OK; in SetScriptSource()
/external/v8/src/runtime/
Druntime-debug.cc783 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()
/external/v8/src/inspector/
Dv8-debugger-script.h77 v8::debug::LiveEditResult* result) = 0;
Dv8-debugger-script.cc140 v8::debug::LiveEditResult* result) override { in setSource()
308 void setSource(const String16&, bool, v8::debug::LiveEditResult*) override { in setSource() argument
Dv8-debugger-agent-impl.cc875 v8::debug::LiveEditResult result; in setScriptSource()
877 if (result.status != v8::debug::LiveEditResult::OK) { in setScriptSource()
/external/v8/src/
Dapi.cc9389 debug::LiveEditResult* result) const { in SetScriptSource()