Home | History | Annotate | Download | only in sources

Lines Matching refs:wasThrown

1055          * @param {boolean=} wasThrown
1057 function didGetGlobalObject(target, global, wasThrown)
1074 if (wasThrown || !global)
1083 * @param {boolean=} wasThrown
1085 function didSave(global, result, wasThrown)
1089 if (!currentExecutionContext || wasThrown || !result || result.type !== "string")