Searched refs:kDebugger (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/debug/ |
D | debug.js | 233 throw %make_error(kDebugger, "Unexpected breakpoint type " + type); 342 throw %make_error(kDebugger, "Unexpected breakpoint type " + this.type_); 526 throw %make_error(kDebugger, 'Cannot set break point in native code.'); 535 throw %make_error(kDebugger, 'Cannot set break point in native code.'); 611 if (!break_point) throw %make_error(kDebugger, 'Invalid breakpoint');
|
D | mirrors.js | 2177 if (!raw_res) throw %make_error(kDebugger, "Failed to set variable value"); 2273 if (!IS_STRING(source)) throw %make_error(kDebugger, "Source is not a string");
|
D | debug.cc | 298 if (bytecode == interpreter::Bytecode::kDebugger) { in GetDebugBreakType() 1268 GarbageCollectionReason::kDebugger); in PrepareFunctionForBreakPoints() 1602 GarbageCollectionReason::kDebugger); in GetLoadedScripts()
|
D | debug-scopes.cc | 118 DeclarationScope::Analyze(info.get(), AnalyzeMode::kDebugger); in ScopeIterator()
|
/external/v8/src/interpreter/ |
D | bytecode-register-optimizer.h | 51 if (Bytecodes::IsJump(bytecode) || bytecode == Bytecode::kDebugger || in NON_EXPORTED_BASE()
|
/external/v8/src/ast/ |
D | scopes.h | 74 enum class AnalyzeMode { kRegular, kDebugger }; enumerator
|
D | scopes.cc | 1279 if (mode == AnalyzeMode::kDebugger) { in AllocateVariables()
|
/external/v8/src/heap/ |
D | heap.h | 358 kDebugger = 5, enumerator
|
D | heap.cc | 4633 case GarbageCollectionReason::kDebugger: in GarbageCollectionReasonToString()
|
/external/v8/src/ |
D | api.cc | 9403 i::GarbageCollectionReason::kDebugger); in GetLoadedScripts()
|