| Commit message (Expand) | Author | Age | Files | Lines |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -4/+4 |
* | dom: add onload content attribute to body | bptato | 2024-02-24 | 1 | -0/+1 |
* | dom: print parse errors to console | bptato | 2024-02-24 | 1 | -6/+8 |
* | regex: re-work compileSearchRegex | bptato | 2024-02-17 | 1 | -0/+1 |
* | js: always use var destructor | bptato | 2024-01-29 | 1 | -8/+2 |
* | js: update pragma docs | bptato | 2024-01-24 | 1 | -3/+9 |
* | js: define toStringTag properly | bptato | 2024-01-24 | 1 | -3/+3 |
* | js: allow specifying static function name, small refactoring | bptato | 2024-01-24 | 1 | -58/+60 |
* | js: small improvements | bptato | 2024-01-17 | 1 | -20/+50 |
* | js: use Nim allocator | b<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Mu - 022div.cc</title>
<meta name="Generator" content="Vim/8.1">
<meta name="plugin-version" content="vim8.1_v1">
<meta name="syntax" content="cpp">
<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #c6c6c6; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
a { color:inherit; }
* { fonph'>* | javascript: factor out fromJS | bptato | 2023-08-29 | 1 | -489/+4 |
* | javascript: move error ctors to js/error | bptato | 2023-08-29 | 1 | -48/+0 |
* | js: fix typo | bptato | 2023-08-29 | 1 | -1/+1 |
* | Add jsdelprop, allow deletion of ActionMap props | bptato | 2023-08-29 | 1 | -2/+41 |
* | Add jssetprop, make ActionMap editable from JS | bptato | 2023-08-29 | 1 | -3/+48 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 1 | -21/+20 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -390/+12 |
* | javascript: de-ref some interfaces | bptato | 2023-08-28 | 1 | -54/+47 |
* | javascript: allow by-ref getters to non-ref objects | bptato | 2023-08-27 | 1 | -36/+161 |
* | javascript: misc. refactorings | bptato | 2023-08-24 | 1 | -44/+32 |
* | DOMParser: use correct URL | bptato | 2023-08-23 | 1 | -5/+2 |
* | javascript: optimize unforgeable definition | bptato | 2023-08-23 | 1 | -16/+26 |
* | javascript: simplify | bptato | 2023-08-21 | 1 | -3/+2 |