Home
last modified time | relevance | path

Searched refs:IsException (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate-inl.h55 DCHECK(!thread_local_top()->pending_exception_.IsException(this)); in pending_exception()
60 DCHECK(!exception_obj.IsException(this)); in set_pending_exception()
65 DCHECK(!thread_local_top()->pending_exception_.IsException(this)); in clear_pending_exception()
70 DCHECK(!thread_local_top()->pending_exception_.IsException(this)); in has_pending_exception()
76 DCHECK(!thread_local_top()->scheduled_exception_.IsException(this)); in scheduled_exception()
81 DCHECK(!thread_local_top()->scheduled_exception_.IsException(this)); in has_scheduled_exception()
87 DCHECK(!thread_local_top()->scheduled_exception_.IsException(this)); in clear_scheduled_exception()
Dexecution.cc453 bool has_exception = value.IsException(isolate); in Invoke()
Dfutex-emulation.cc448 if (interrupt_object.IsException(isolate)) { in WaitSync()
/third_party/node/deps/v8/src/json/
Djson-stringifier.cc524 isolate_->stack_guard()->HandleInterrupts().IsException(isolate_)) { in Serialize_()
694 isolate_->stack_guard()->HandleInterrupts().IsException( in SerializeJSArray()
713 isolate_->stack_guard()->HandleInterrupts().IsException( in SerializeJSArray()
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc312 if (result.IsException()) return result; in RUNTIME_FUNCTION()
574 if (interrupt_object.IsException(isolate)) return interrupt_object; in RUNTIME_FUNCTION()
Druntime-debug.cc104 if (interrupt_object.IsException(isolate)) { in RUNTIME_FUNCTION_RETURN_PAIR()
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-interpreter.cc264 if (result.IsException(isolate_)) { in HandleInterrupts()
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h382 bool IsException() const { return Mask(ExceptionFMask) == ExceptionFixed; } in IsException() function
/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc336 if (result.IsException(isolate)) return_value = EXCEPTION; in CheckStackGuardState()
Dregexp-interpreter.cc291 if (result.IsException(isolate)) { in HandleInterrupts()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string.cc384 if (answer.IsException(isolate) || answer.IsString()) return answer; in ConvertCase()
/third_party/node/deps/v8/src/objects/
Dcode-inl.h1266 return source_position_table(kAcquireLoad).IsException(); in DidSourcePositionGenerationFail()
1279 DCHECK(maybe_table.IsUndefined(roots) || maybe_table.IsException(roots)); in SourcePositionTable()
Dcode.cc239 if (maybe_table.IsException()) return kNoSourcePosition; in SourcePosition()
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h497 bool IsException() const { return Mask(ExceptionFMask) == ExceptionFixed; } in IsException() function
Dsimulator-aarch64.h1163 } else if (!pc_->IsBti() && !pc_->IsException()) {
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h889 } else if (!pc_->IsException()) { in CheckBType()