Markers
Table of Contents
| src/console.php | 1 |
| src/JSFunction.php | 1 |
| src/JSNumber.php | 1 |
| src/JSObject.php | 2 |
| src/JSON.php | 1 |
| src/JSString.php | 1 |
| src/Math.php | 1 |
console.php
| Type | Line | Description |
|---|---|---|
| TODO | 8 | Implement console.log() |
JSFunction.php
| Type | Line | Description |
|---|---|---|
| TODO | 25 | Implement Function.call(...) |
JSNumber.php
| Type | Line | Description |
|---|---|---|
| TODO | 4 | Implement JS number methods |
JSObject.php
| Type | Line | Description |
|---|---|---|
| TODO | 6 | Implement object methods |
| TODO | 8 | Implement toString() |
JSON.php
| Type | Line | Description |
|---|---|---|
| TODO | 37 | execute the $reviver(...) with recursive key iteration |
JSString.php
| Type | Line | Description |
|---|---|---|
| TODO | 151 | Implement JS string methods |
Math.php
| Type | Line | Description |
|---|---|---|
| TODO | 50 | Implement Math JavaScript class |