Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dhandles.cc44 if (isolate->IsBuiltinsTableHandleLocation(location_)) return true; in IsDereferenceAllowed()
/external/v8/src/execution/
Disolate.h1039 bool IsBuiltinsTableHandleLocation(Address* handle_location);
Disolate.cc2672 bool Isolate::IsBuiltinsTableHandleLocation(Address* handle_location) { in ThrowInternal() function in v8::internal::Isolate