Searched refs:IsInAnyContext (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
D | isolate-inl.h | 135 return IsInAnyContext(array, Context::INITIAL_ARRAY_PROTOTYPE_INDEX); in IsAnyInitialArrayPrototype()
|
D | isolate.h | 1756 bool IsInAnyContext(Object object, uint32_t index);
|
D | isolate.cc | 4460 bool Isolate::IsInAnyContext(Object object, uint32_t index) { in ThrowInternal() function in v8::internal::Isolate
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 776 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/ |
D | js-heap-broker.cc | 176 return isolate()->IsInAnyContext(*object, in IsArrayOrObjectPrototype() 178 isolate()->IsInAnyContext(*object, in IsArrayOrObjectPrototype()
|
/third_party/node/deps/v8/src/objects/ |
D | lookup.cc | 219 if (isolate->IsInAnyContext(*receiver, in InternalUpdateProtector() 301 } else if (isolate->IsInAnyContext( in InternalUpdateProtector()
|
D | objects.cc | 5516 isolate->IsInAnyContext(receiver->map().prototype(), in Resolve()
|
/third_party/node/deps/v8/src/ic/ |
D | ic.cc | 1336 if (isolate->IsInAnyContext(*receiver_prototype, in AllowConvertHoleElementToUndefined() 1338 isolate->IsInAnyContext(*receiver_prototype, in AllowConvertHoleElementToUndefined()
|