This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void JSString::traceBase(JSTracer* trc) { | |
| MOZ_ASSERT(hasBase()); | |
| JSString* oldBase = d.s.u3.base; | |
| if (I am a DependentString) { | |
| // Handle the case where I am a dependent string of an undependend string, | |
| // and therefore my chars are actually coming from its base. | |
| base = my base | |
| while (my chars do not come from MaybeForwarded(base).chars) { | |
| if (base.hasBase) | |
| base = base.base |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Taskcluster: Client ID mozilla-auth0/oauth2|firefoxaccounts|e2ef182f34964608bfd1cdc975060a70|[email protected] does not have sufficient scopes and is missing the following scopes: ``` hooks:trigger-hook:project-gecko/in-tree-action-1-generic/9a01d0526d ``` This request requires the client to satisfy the following scope expression: ``` hooks:trigger-hook:project-gecko/in-tree-action-1-generic/9a01d0526d ``` --- * method: triggerHook * errorCode: InsufficientScopes * statusCode: 403 * time: 2019-08-19T20:00:45.847Z |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0 ._1061.ext_data : _XExtData* | |
| 0 ._1061.private1 : _XPrivate* | |
| 0 ._106.exemplar : Int | |
| 0 ._106.key : Int | |
| 0 ._107.exemplar : Int | |
| 0 ._107.key : Int | |
| 0 ._109.exemplar : Int | |
| 0 ._109.key : Int | |
| 0 ._110.name : Int* | |
| 0 ._110.type : Int |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Some options from https://developer.mozilla.org/en-US/docs/Mozilla/Testing/Valgrind | |
| LOGFILE=/tmp/vg.$$ | |
| export G_SLICE=always-malloc | |
| /usr/bin/valgrind --trace-children=yes --smc-check=all-non-file --vex-iropt-register-updates=allregs-at-mem-access --read-inline-info=yes --num-callers=50 --log-file=$LOGFILE --leak-check=full --fullpath-after=src/ "$@" | |
| cp $LOGFILE vg.log | |
| if grep -e 'ERROR SUMMARY: [^0]' $LOGFILE; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Jeff wanted rubber stamps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test1: | |
| platforms: | |
| - all | |
| selector: syntax | |
| talos: | |
| - none | |
| tests: | |
| - all | |
| upload_xdbs: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| haz: | |
| platforms: | |
| - linux64-haz,linux64-shell-haz | |
| selector: syntax | |
| upload_xdbs: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>TryChooser Syntax Builder</title> | |
| <link href="jquery-ui.css" rel="stylesheet" type="text/css"> | |
| <script type="text/javascript" src="jquery.min.js"></script> | |
| <script type="text/javascript" src="trychooser.js"></script> | |
| <link rel="shortcut icon" href="favicon.ico"> | |
| <link rel="stylesheet" type="text/css" href="trychooser.css"> |