Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsexplain
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Verified Software
jsexplain
Commits
1b4d6655
Commit
1b4d6655
authored
9 years ago
by
Thomas Wood
Browse files
Options
Downloads
Patches
Plain Diff
Factor out excess cases in run_unary_op
parent
3d9a58be
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
generator/TODO
+0
-14
0 additions, 14 deletions
generator/TODO
generator/tests/jsref/JsInterpreter.ml
+4
-376
4 additions, 376 deletions
generator/tests/jsref/JsInterpreter.ml
with
4 additions
and
390 deletions
generator/TODO
+
0
−
14
View file @
1b4d6655
...
...
@@ -16,20 +16,6 @@ CURRENT TODO
*) Alan: proof read JSNumber
*) Thomas: factorize branches such as:
| Coq_prim_bool b0 ->
(fun s m -> Debug.impossible_with_heap_because __LOC__ s m; Coq_result_impossible)
s
("[run_object_method] returned a primitive in [object_proto_is_prototype_of_body].")
| Coq_prim_number n ->
(fun s m -> Debug.impossible_with_heap_because __LOC__ s m; Coq_result_impossible)
s
("[run_object_method] returned a primitive in [object_proto_is_prototype_of_body].")
*) Arthur: inline let_binding
*) Alan/Thomas: test "eval", might need pieces of JsCommon for it (parsePickable)
...
...
This diff is collapsed.
Click to expand it.
generator/tests/jsref/JsInterpreter.ml
+
4
−
376
View file @
1b4d6655
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment