mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibJS: Update spec steps / links for the JSON modules proposal
This proposal has reached stage 4 and been merged into the main ECMA-262
spec. See:
3feb1ba
This commit is contained in:
parent
3867a192a1
commit
2401764697
Notes:
github-actions[bot]
2025-04-29 11:34:58 +00:00
Author: https://github.com/trflynn89
Commit: 2401764697
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4514
5 changed files with 191 additions and 130 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
// test-js to communicate between the JS tests and the C++ test runner.
|
||||
static ThrowCompletionOr<Optional<String>> stringify_impl(VM&, Value value, Value replacer, Value space);
|
||||
|
||||
static ThrowCompletionOr<Value> parse_json(VM&, StringView text);
|
||||
static Value parse_json_value(VM&, JsonValue const&);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue