Home
last modified time | relevance | path

Searched defs:HasOverflowed (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.cc72 bool StackLimitCheck::HasOverflowed(LocalIsolate* local_isolate) { in HasOverflowed() function in v8::internal::StackLimitCheck
Disolate.h2495 bool HasOverflowed() const { in HasOverflowed() function
/third_party/node/deps/v8/src/strings/
Dstring-builder-inl.h196 V8_INLINE bool HasOverflowed() const { return overflowed_; } in HasOverflowed() function