Home
last modified time | relevance | path

Searched refs:MakeError (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/debug/
Ddebug.js18 var MakeError;
29 MakeError = from.MakeError;
279 throw MakeError(kDebugger, "Unexpected breakpoint type " + type);
426 throw MakeError(kDebugger, "Unexpected breakpoint type " + this.type_);
643 throw MakeError(kDebugger, 'Cannot set break point in native code.');
653 throw MakeError(kDebugger, 'Cannot set break point in native code.');
730 if (ignoreCount < 0) throw MakeError(kDebugger, 'Invalid argument');
742 if (!break_point) throw MakeError(kDebugger, 'Invalid breakpoint');
862 if (ignoreCount < 0) throw MakeError(kDebugger, 'Invalid argument');
902 if (!IS_FUNCTION(f)) throw MakeError(kDebuggerType);
[all …]
Dmirrors.js15 var MakeError;
27 MakeError = from.MakeError;
200 throw MakeError(kDebugger, "Mirror cache is disabled");
2234 if (!raw_res) throw MakeError(kDebugger, "Failed to set variable value");
2657 throw MakeError(kDebugger,
/external/v8/src/js/
Dmessages.js181 throw MakeError(kUnsupported);
956 function MakeError(type, arg0, arg1, arg2) { class
1007 to.MakeError = MakeError;
Di18n.js30 var MakeError;
53 MakeError = from.MakeError;
268 throw MakeError(kWrongServiceType, service);
356 if (IS_UNDEFINED(options)) throw MakeError(kDefaultOptionsMissing, caller);
372 throw MakeError(kWrongValueType);
425 throw MakeError(kWrongServiceType, service);