Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-collections.cc76 return *isolate->factory()->NewJSMapIterator( in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dfactory.h670 Handle<JSMapIterator> NewJSMapIterator(Handle<Map> map,
Dfactory.cc3098 Handle<JSMapIterator> Factory::NewJSMapIterator(Handle<Map> map, in NewJSMapIterator() function in v8::internal::Factory