Home
last modified time | relevance | path

Searched refs:RegExpMirror (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Dmirrors.js167 mirror = new RegExpMirror(value);
397 return this instanceof RegExpMirror;
1165 function RegExpMirror(value) { class
1168 inherits(RegExpMirror, ObjectMirror);
1175 RegExpMirror.prototype.source = function() { class
1184 RegExpMirror.prototype.global = function() {
1193 RegExpMirror.prototype.ignoreCase = function() {
1202 RegExpMirror.prototype.multiline = function() {
1211 RegExpMirror.prototype.sticky = function() {
1220 RegExpMirror.prototype.unicode = function() {
[all …]
/external/v8/test/mjsunit/
Dmirror-regexp.js65 assertTrue(mirror instanceof debug.RegExpMirror);