Lines Matching defs:HasPendingException
2903 if (JSNApi::HasPendingException(vm)) {
2928 if (JSNApi::HasPendingException(vm)) {
3510 if (thread->HasPendingException()) {
4460 if (thread->HasPendingException()) {
4473 if (!HasPendingException(vm)) {
5103 if (thread->HasPendingException()) {
5124 if (thread->HasPendingException()) {
5143 if (thread->HasPendingException()) {
5162 if (thread->HasPendingException()) {
5181 if (thread->HasPendingException()) {
5209 if (thread->HasPendingException()) {
5248 if (thread->HasPendingException()) {
5267 if (thread->HasPendingException()) {
5286 if (thread->HasPendingException()) {
5377 if (!HasPendingException(vm)) {
5384 bool JSNApi::HasPendingException(const EcmaVM *vm)
5386 return vm->GetJSThread()->HasPendingException();
5663 if (thread->HasPendingException()) {
5922 if (thread->HasPendingException()) {
6300 return ecmaVm_->GetJSThread()->HasPendingException();