Home | History | Annotate | Download | only in Api

Lines Matching refs:Completion

729     JSC::Completion completion = JSC::evaluate(state, scopeChain, JSC::makeSource(script), thisValue);
730 if ((completion.complType() != JSC::ReturnValue) && (completion.complType() != JSC::Normal))
733 JSC::JSValue result = completion.value();