Searched refs:iterator_prototype (Results 1 – 4 of 4) sorted by relevance
18 var iterator_prototype = Object.getPrototypeOf (array_iterator_prototype);19 var iterator_prototype_iterator = iterator_prototype[Symbol.iterator]();21 assert (iterator_prototype === iterator_prototype_iterator);
26 #define BUILTIN_UNDERSCORED_ID iterator_prototype
617 iterator_prototype)
911 Handle<JSObject> iterator_prototype = factory()->NewJSObject( in CreateIteratorMaps() local914 InstallFunctionAtSymbol(isolate(), iterator_prototype, in CreateIteratorMaps()917 native_context()->set_initial_iterator_prototype(*iterator_prototype); in CreateIteratorMaps()918 CHECK_NE(iterator_prototype->map().ptr(), in CreateIteratorMaps()920 iterator_prototype->map().set_instance_type(JS_ITERATOR_PROTOTYPE_TYPE); in CreateIteratorMaps()927 iterator_prototype); in CreateIteratorMaps()1870 Handle<JSObject> iterator_prototype( in InitializeGlobal() local1876 iterator_prototype); in InitializeGlobal()2185 Handle<JSObject> iterator_prototype( in InitializeGlobal() local2191 iterator_prototype); in InitializeGlobal()[all …]