Home
last modified time | relevance | path

Searched refs:IsBuiltinTableHandleLocation (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dhandles.cc50 if (isolate->IsBuiltinTableHandleLocation(location_)) return true; in IsDereferenceAllowed()
/third_party/node/deps/v8/src/execution/
Disolate.h1206 bool IsBuiltinTableHandleLocation(Address* handle_location);
Disolate.cc2932 bool Isolate::IsBuiltinTableHandleLocation(Address* handle_location) { in ThrowInternal() function in v8::internal::Isolate