Home
last modified time | relevance | path

Searched refs:HasOverflowed (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.cc72 bool StackLimitCheck::HasOverflowed(LocalIsolate* local_isolate) { in HasOverflowed() function in v8::internal::StackLimitCheck
H A Disolate.h2495 bool HasOverflowed() const { in HasOverflowed() function in v8::internal::StackLimitCheck
2499 static bool HasOverflowed(LocalIsolate* local_isolate);
2520 if (stack_check.HasOverflowed()) { \
H A Dexecution.cc299 if (check.HasOverflowed()) { in Invoke()
H A Dmessages.cc306 const bool has_overflowed = i::StackLimitCheck{isolate}.HasOverflowed(); in FormatStackTrace()
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc226 if (!i::StackLimitCheck{i_isolate}.HasOverflowed()) { in ShellPromiseHook()
H A Dd8.cc727 if (i::StackLimitCheck{i_isolate}.HasOverflowed()) { in ExecuteString()
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h196 V8_INLINE bool HasOverflowed() const { return overflowed_; } in HasOverflowed() function
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc207 ? StackLimitCheck::HasOverflowed(local_isolate_) in StackHasOverflowed()
208 : StackLimitCheck(isolate_).HasOverflowed(); in StackHasOverflowed()
/third_party/node/deps/v8/src/objects/
H A Dcontexts.cc592 if (check.HasOverflowed()) { in RunPromiseHook()
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc380 if (check.HasOverflowed()) { in StackPush()
778 if (builder_.HasOverflowed()) return EXCEPTION; in SerializeArrayLikeSlow()
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc73 if (stackLimitCheck.HasOverflowed() || (recursion_limit == 0)) { in StringReplaceOneCharWithString()
H A Druntime-literals.cc76 if (check.HasOverflowed()) { in StructureWalk()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc3679 if (check.HasOverflowed()) { in EnsureAnalyzed()
3954 if (StackLimitCheck{isolate()}.HasOverflowed()) { in ToNodeCheckForStackOverflow()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc2483 if (check.HasOverflowed()) return; in HandleDebugBreak()

Completed in 35 milliseconds