Home
last modified time | relevance | path

Searched refs:IsArrayOrObjectOrStringPrototype (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h1449 KnownPrototype IsArrayOrObjectOrStringPrototype(Object object);
Disolate.cc4443 Isolate::KnownPrototype Isolate::IsArrayOrObjectOrStringPrototype( in ThrowInternal() function in v8::internal::Isolate
4477 KnownPrototype obj_type = IsArrayOrObjectOrStringPrototype(*object); in ThrowInternal()