print on the web using console.log
This commit is contained in:
Родитель
d04125d12a
Коммит
7c43fe1d78
|
@ -549,13 +549,8 @@ function String_copy(ptr, addZero) {
|
|||
|
||||
// Tools
|
||||
|
||||
function jrint(label, obj) { // XXX manual debugging
|
||||
if (!obj) {
|
||||
obj = label;
|
||||
label = '';
|
||||
} else
|
||||
label = label + ' : ';
|
||||
print(label + JSON.stringify(obj));
|
||||
if (typeof print === 'undefined') {
|
||||
print = console.log; // we are on the web
|
||||
}
|
||||
|
||||
// This processes a JS string into a C-line array of numbers, 0-terminated.
|
||||
|
|
Загрузка…
Ссылка в новой задаче