xref
: /
third_party
/
skia
/
modules
/
canvaskit
/
debug.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/modules/canvaskit/
1
function
Debug
(
msg
) {
2
console
.
warn
(
msg
);
3
}
4
/** @const */
var
IsDebug
=
true
;
5