Home
last modified time | relevance | path

Searched refs:iterator_prototype (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Diterator-prototype.js18 var iterator_prototype = Object.getPrototypeOf (array_iterator_prototype);
19 var iterator_prototype_iterator = iterator_prototype[Symbol.iterator]();
21 assert (iterator_prototype === iterator_prototype_iterator);
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-iterator-prototype.c26 #define BUILTIN_UNDERSCORED_ID iterator_prototype
Decma-builtins.inc.h617 iterator_prototype)
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc911 Handle<JSObject> iterator_prototype = factory()->NewJSObject( in CreateIteratorMaps() local
914 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() local
1876 iterator_prototype); in InitializeGlobal()
2185 Handle<JSObject> iterator_prototype( in InitializeGlobal() local
2191 iterator_prototype); in InitializeGlobal()
[all …]