tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

files / js / src / tests / test262 / built-ins / RegExp / regexp-modifiers


ModeNameSize
-rw-r--r--add-dotAll-does-not-affect-alternatives-outside.js50L
-rw-r--r--add-dotAll-does-not-affect-dotAll-property.js48L
-rw-r--r--add-dotAll-does-not-affect-ignoreCase-flag.js66L
-rw-r--r--add-dotAll-does-not-affect-multiline-flag.js58L
-rw-r--r--add-dotAll.js118L
-rw-r--r--add-ignoreCase-affects-backreferences.js54L
-rw-r--r--add-ignoreCase-affects-characterClasses.js66L
-rw-r--r--add-ignoreCase-affects-characterEscapes.js66L
-rw-r--r--add-ignoreCase-affects-slash-lower-b.js76L
-rw-r--r--add-ignoreCase-affects-slash-lower-p.js60L
-rw-r--r--add-ignoreCase-affects-slash-lower-w.js76L
-rw-r--r--add-ignoreCase-affects-slash-upper-b.js56L
-rw-r--r--add-ignoreCase-affects-slash-upper-p.js62L
-rw-r--r--add-ignoreCase-affects-slash-upper-w.js56L
-rw-r--r--add-ignoreCase-does-not-affect-alternatives-outside.js50L
-rw-r--r--add-ignoreCase-does-not-affect-dotAll-flag.js66L
-rw-r--r--add-ignoreCase-does-not-affect-ignoreCase-property.js54L
-rw-r--r--add-ignoreCase-does-not-affect-multiline-flag.js66L
-rw-r--r--add-ignoreCase.js70L
-rw-r--r--add-multiline-does-not-affect-alternatives-outside.js50L
-rw-r--r--add-multiline-does-not-affect-dotAll-flag.js58L
-rw-r--r--add-multiline-does-not-affect-ignoreCase-flag.js66L
-rw-r--r--add-multiline-does-not-affect-multiline-property.js48L
-rw-r--r--add-multiline.js60L
-rw-r--r--add-remove-modifiers.js44L
-rw-r--r--browser.js0B
-rw-r--r--changing-dotAll-flag-does-not-affect-dotAll-modifier.js76L
-rw-r--r--changing-ignoreCase-flag-does-not-affect-ignoreCase-modifier.js54L
-rw-r--r--changing-multiline-flag-does-not-affect-multiline-modifier.js50L
-rw-r--r--nested-add-remove-modifiers.js44L
-rw-r--r--nesting-add-dotAll-within-remove-dotAll.js70L
-rw-r--r--nesting-add-ignoreCase-within-remove-ignoreCase.js44L
-rw-r--r--nesting-add-multiline-within-remove-multiline.js46L
-rw-r--r--nesting-dotAll-does-not-affect-alternatives-outside.js64L
-rw-r--r--nesting-ignoreCase-does-not-affect-alternatives-outside.js64L
-rw-r--r--nesting-multiline-does-not-affect-alternatives-outside.js64L
-rw-r--r--nesting-remove-dotAll-within-add-dotAll.js70L
-rw-r--r--nesting-remove-ignoreCase-within-add-ignoreCase.js44L
-rw-r--r--nesting-remove-multiline-within-add-multiline.js46L
-rw-r--r--remove-dotAll-does-not-affect-alternatives-outside.js50L
-rw-r--r--remove-dotAll-does-not-affect-dotAll-property.js42L
-rw-r--r--remove-dotAll-does-not-affect-ignoreCase-flag.js48L
-rw-r--r--remove-dotAll-does-not-affect-multiline-flag.js48L
-rw-r--r--remove-dotAll.js82L
-rw-r--r--remove-ignoreCase-affects-backreferences.js42L
-rw-r--r--remove-ignoreCase-affects-characterClasses.js54L
-rw-r--r--remove-ignoreCase-affects-characterEscapes.js51L
-rw-r--r--remove-ignoreCase-affects-slash-lower-b.js52L
-rw-r--r--remove-ignoreCase-affects-slash-lower-p.js54L
-rw-r--r--remove-ignoreCase-affects-slash-lower-w.js52L
-rw-r--r--remove-ignoreCase-affects-slash-upper-b.js52L
-rw-r--r--remove-ignoreCase-affects-slash-upper-p.js55L
-rw-r--r--remove-ignoreCase-affects-slash-upper-w.js52L
-rw-r--r--remove-ignoreCase-does-not-affect-alternatives-outside.js50L
-rw-r--r--remove-ignoreCase-does-not-affect-dotAll-flag.js48L
-rw-r--r--remove-ignoreCase-does-not-affect-ignoreCase-property.js48L
-rw-r--r--remove-ignoreCase-does-not-affect-multiline-flag.js48L
-rw-r--r--remove-ignoreCase.js76L
-rw-r--r--remove-multiline-does-not-affect-alternatives-outside.js50L
-rw-r--r--remove-multiline-does-not-affect-dotAll-flag.js48L
-rw-r--r--remove-multiline-does-not-affect-ignoreCase-flag.js48L
-rw-r--r--remove-multiline-does-not-affect-multiline-property.js42L
-rw-r--r--remove-multiline.js52L
-rw-r--r--shell.js0B
d---------syntax/-