Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/strong/
Dliterals.js222 let GeneratorPrototype = (function*(){}).__proto__; class
228 assertSame(GeneratorPrototype, Object.getPrototypeOf(x));
246 assertSame(GeneratorPrototype, Object.getPrototypeOf(x));
264 assertSame(GeneratorPrototype, Object.getPrototypeOf(x));
/external/v8/test/test262/
Dtest262.status92 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL],
152 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL],
153 'built-ins/GeneratorPrototype/return/from-state-suspended-start': [FAIL],
154 'built-ins/GeneratorPrototype/return/property-descriptor': [FAIL],
155 'built-ins/GeneratorPrototype/return/try-catch-before-try': [FAIL],
156 'built-ins/GeneratorPrototype/return/try-catch-following-catch': [FAIL],
157 'built-ins/GeneratorPrototype/return/try-catch-within-catch': [FAIL],
158 'built-ins/GeneratorPrototype/return/try-catch-within-try': [FAIL],
159 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL],
160 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL],
[all …]
/external/v8/test/mjsunit/es6/
Dobject-literals-method.js159 var GeneratorPrototype = Object.getPrototypeOf(function*() {}).prototype;
228 assertEquals(GeneratorPrototype, Object.getPrototypeOf(desc.value));