HomeSort by relevance Sort by last modified time
    Searched refs:wasThrown (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.h 61 TypeBuilder::OptOutput<bool>* wasThrown,
71 TypeBuilder::OptOutput<bool>* wasThrown);
83 TypeBuilder::OptOutput<bool>* wasThrown,
InjectedScriptBase.h 69 void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* = 0);
InspectorRuntimeAgent.h 68 TypeBuilder::OptOutput<bool>* wasThrown,
78 TypeBuilder::OptOutput<bool>* wasThrown) OVERRIDE FINAL;
InspectorRuntimeAgent.cpp 78 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const int* executionContextId, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>& exceptionDetails)
89 injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", asBool(includeCommandLineAPI), asBool(returnByValue), asBool(generatePreview), &result, wasThrown, &exceptionDetails);
97 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown)
114 injectedScript.callFunctionOn(errorString, objectId, expression, arguments, asBool(returnByValue), asBool(generatePreview), &result, wasThrown);
InjectedScript.cpp 61 void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* exceptionDetails)
69 makeEvalCall(errorString, function, result, wasThrown, exceptionDetails);
72 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const String& arguments, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
80 makeEvalCall(errorString, function, result, wasThrown);
83 void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const ScriptValue& callFrames, const Vector<ScriptValue>& asyncCallStacks, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* exceptionDetails)
94 makeEvalCall(errorString, function, result, wasThrown, exceptionDetails);
InjectedScriptBase.cpp 171 void InjectedScriptBase::makeEvalCall(ErrorString* errorString, ScriptFunctionCall& function, RefPtr<TypeBuilder::Runtime::RemoteObject>* objectResult, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* exceptionDetails)
191 if (!resultObj || !resultPair->getBoolean("wasThrown", &wasThrownVal)) {
192 *errorString = "Internal error: result is not a pair of value and wasThrown flag";
201 *wasThrown = wasThrownVal;
InjectedScriptSource.js 570 descriptor.wasThrown = true;
644 return { wasThrown: false,
697 return { wasThrown: false,
719 return { wasThrown: true, result: remoteObject, exceptionDetails: exceptionDetails, __proto__: null };
    [all...]
InspectorDebuggerAgent.h 141 TypeBuilder::OptOutput<bool>* wasThrown,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
RemoteObject.js 372 !!property.enumerable, !!property.writable, !!property.isOwn, !!property.wasThrown, propertySymbol);
416 * @param {boolean=} wasThrown
419 function evaluatedCallback(error, result, wasThrown)
421 if (error || wasThrown) {
452 * @param {boolean=} wasThrown
454 function propertySetCallback(error, result, wasThrown)
456 if (error || wasThrown) {
481 * @param {boolean=} wasThrown
483 function deletePropertyCallback(error, result, wasThrown)
485 if (error || wasThrown) {
    [all...]
RuntimeModel.js 227 * @param {boolean=} wasThrown
230 function evalCallback(error, result, wasThrown, exceptionDetails)
238 callback(null, !!wasThrown, wasThrown ? null : result, exceptionDetails);
240 callback(this.target().runtimeModel.createRemoteObject(result), !!wasThrown, undefined, exceptionDetails);
280 function evaluated(result, wasThrown)
282 if (!result || wasThrown) {
324 * @param {boolean} wasThrown
328 function receivedPropertyNamesFromEval(notRelevant, wasThrown, result)
330 if (result && !wasThrown)
    [all...]
ConsoleModel.js 152 * @param {boolean} wasThrown
157 function printResult(result, wasThrown, valueResult, exceptionDetails)
163 this.dispatchEventToListeners(WebInspector.ConsoleModel.Events.CommandEvaluated, {result: result, wasThrown: wasThrown, text: text, commandMessage: commandMessage, exceptionDetails: exceptionDetails});
DebuggerModel.js 604 * @param {boolean=} wasThrown
608 function didEvaluate(result, wasThrown, exceptionDetails)
613 callback(null, !!wasThrown, wasThrown ? null : result, exceptionDetails);
615 callback(this.target().runtimeModel.createRemoteObject(result), !!wasThrown, undefined, exceptionDetails);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ObjectPopoverHelper.js 97 * @param {boolean} wasThrown
101 function showObjectPopover(result, wasThrown, anchorOverride)
105 if (wasThrown) {
ObjectPropertiesSection.js 208 if (this.property.wasThrown) {
231 if (this.property.wasThrown)
247 this.hasChildren = this.property.value.hasChildren && !this.property.wasThrown;
461 * @param {boolean=} wasThrown
463 _onInvokeGetterClick: function(result, wasThrown)
468 this.property.wasThrown = wasThrown;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
PropertiesSidebarPane.js 111 * @param {boolean=} wasThrown
114 function nodePrototypesReady(object, wasThrown)
116 if (!object || wasThrown) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAuditCategory.js 158 * @param {boolean=} wasThrown
161 function onEvaluate(error, result, wasThrown)
163 if (wasThrown)
ExtensionPanel.js 216 * @param {boolean=} wasThrown
218 _onEvaluate: function(title, callback, error, result, wasThrown)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PageScriptDebugServer.h 69 virtual void runScript(ScriptState*, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace) OVERRIDE;
PageScriptDebugServer.cpp 186 void PageScriptDebugServer::runScript(ScriptState* scriptState, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace)
200 ScriptDebugServer::runScript(scriptState, scriptId, result, wasThrown, exceptionDetailsText, lineNumber, columnNumber, stackTrace);
ScriptDebugServer.h 108 virtual void runScript(ScriptState*, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace);
ScriptDebugServer.cpp 683 void ScriptDebugServer::runScript(ScriptState* scriptState, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace)
699 *wasThrown = false;
701 *wasThrown = true;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
WatchExpressionsSidebarPane.js 147 * @param {boolean} wasThrown
150 function appendResult(expression, watchIndex, result, wasThrown)
157 property.wasThrown = wasThrown;
410 if (this.property.wasThrown) {
SourcesPanel.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
ConsoleView.js 788 * @param {boolean} wasThrown
792 _printResult: function(result, wasThrown, originatingConsoleMessage, exceptionDetails)
805 var level = wasThrown ? WebInspector.ConsoleMessage.MessageLevel.Error : WebInspector.ConsoleMessage.MessageLevel.Log;
807 if (!wasThrown)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
Main.js 111 * @param {boolean=} wasThrown
113 function evalCallback(error, result, wasThrown)
115 if (error || wasThrown) {
    [all...]

Completed in 1421 milliseconds

1 2