Searched refs:complType (Results 1 – 20 of 20) sorted by relevance
57 if (completion.complType() == Throw) { in JSEvaluateScript()77 if (completion.complType() == Throw) { in JSCheckScriptSyntax()
112 if (comp.complType() == Throw) { in main()128 else if (comp.complType() == ReturnValue) { in main()
392 if (comp.complType() == Throw) { in main()407 else if (comp.complType() == ReturnValue) { in main()
260 if (comp.complType() == Throw) {275 else if (comp.complType() == ReturnValue) {
280 ComplType type = completion.complType(); in _NPN_Evaluate()
58 if (comp.complType() != JSC::Normal && comp.complType() != JSC::ReturnValue) in createInjectedScript()
151 if (comp.complType() == Normal || comp.complType() == ReturnValue) { in evaluateInWorld()156 if (comp.complType() == Throw || comp.complType() == Interrupted) in evaluateInWorld()
130 ComplType completionType = comp.complType(); in evaluate()
234 if (result.complType() == Throw) in functionLoad()253 if (result.complType() == Throw) in functionCheckSyntax()404 success = success && completion.complType() != Throw; in runWithScripts()406 if (completion.complType() == Throw) in runWithScripts()457 if (completion.complType() == Throw) in runInteractive()
1269 (Completion::complType):
19940 if (c.complType() == Throw)
48 ComplType complType() const { return m_type; } in complType() function
77 return JSC::checkSyntax(fGlobalObject->globalExec(), makeSource(fSource)).complType() != Throw; in CheckSyntax()
301 if (completion.complType() == Throw) in JSRunEvaluate()
199 ComplType completionType = completion.complType(); in evaluate()
792 if ((completion.complType() != JSC::ReturnValue) && (completion.complType() != JSC::Normal)) in evaluateJavaScript()
339 ComplType type = completion.complType();
321 ComplType type = completion.complType();
878 ComplType type = completion.complType();
16160 (Completion::operator=), (Completion::dynamicCast), (Completion::complType),