Searched refs:ConstructorError (Results 1 - 3 of 3) sorted by relevance
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 8 'ConstructorError' 16 class ConstructorError(MarkedYAMLError): class 39 raise ConstructorError(None, None, 74 raise ConstructorError(None, None, 119 raise ConstructorError(None, None, 126 raise ConstructorError(None, None, 134 raise ConstructorError(None, None, 141 raise ConstructorError("while constructing a mapping", node.start_mark, 149 raise ConstructorError(None, None, 194 raise ConstructorError("whil [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-species.js | 96 class ConstructorError extends Error { } 111 get() { throw new ConstructorError; } 113 assertThrows(() => new MyThrowingArray().map(()=>{}), ConstructorError);
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 20 ConstructorError = yaml.constructor.ConstructorError variable
|
Completed in 3 milliseconds