forked from kframework/javascript-semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjs.k.patch
More file actions
18 lines (18 loc) · 666 Bytes
/
js.k.patch
File metadata and controls
18 lines (18 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/js.k 2015-02-12 15:10:09.000000000 -0600
+++ b/js.k 2015-02-12 15:53:30.000000000 -0600
@@ -2022,10 +2022,15 @@
<obj>
<oid>
@ObjectProtoOid
</oid>
<properties>
+ ?P:String |-> @desc (
+ "Value" |-> ?V:UserVal
+ "Writable" |-> true
+ "Enumerable" |-> true
+ "Configurable" |-> true )
"constructor" |-> @desc (
"Configurable" |-> true
"Enumerable" |-> false
"Value" |-> @ObjectOid
"Writable" |-> true )