Home
last modified time | relevance | path

Searched refs:IsInAnyContext (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate-inl.h135 return IsInAnyContext(array, Context::INITIAL_ARRAY_PROTOTYPE_INDEX); in IsAnyInitialArrayPrototype()
Disolate.h1756 bool IsInAnyContext(Object object, uint32_t index);
Disolate.cc4460 bool Isolate::IsInAnyContext(Object object, uint32_t index) { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc776 if (isolate->IsInAnyContext(map(), Context::SLOPPY_ARGUMENTS_MAP_INDEX) || in JSArgumentsObjectVerify()
777 isolate->IsInAnyContext(map(), in JSArgumentsObjectVerify()
779 isolate->IsInAnyContext(map(), in JSArgumentsObjectVerify()
783 } else if (isolate->IsInAnyContext(map(), in JSArgumentsObjectVerify()
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc176 return isolate()->IsInAnyContext(*object, in IsArrayOrObjectPrototype()
178 isolate()->IsInAnyContext(*object, in IsArrayOrObjectPrototype()
/third_party/node/deps/v8/src/objects/
Dlookup.cc219 if (isolate->IsInAnyContext(*receiver, in InternalUpdateProtector()
301 } else if (isolate->IsInAnyContext( in InternalUpdateProtector()
Dobjects.cc5516 isolate->IsInAnyContext(receiver->map().prototype(), in Resolve()
/third_party/node/deps/v8/src/ic/
Dic.cc1336 if (isolate->IsInAnyContext(*receiver_prototype, in AllowConvertHoleElementToUndefined()
1338 isolate->IsInAnyContext(*receiver_prototype, in AllowConvertHoleElementToUndefined()