projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc72b0
)
Migrate NEW
author
David Vázquez
<davazp@gmail.com>
Mon, 24 Jun 2013 11:44:07 +0000
(13:44 +0200)
committer
David Vázquez
<davazp@gmail.com>
Mon, 24 Jun 2013 11:44:07 +0000
(13:44 +0200)
src/compiler.lisp
patch
|
blob
|
history
diff --git
a/src/compiler.lisp
b/src/compiler.lisp
index
86fc874
..
a77d451
100644
(file)
--- a/
src/compiler.lisp
+++ b/
src/compiler.lisp
@@
-1301,7
+1301,8
@@
;;; Javascript FFI
-(define-builtin new () "{}")
+(define-builtin new ()
+ '(object))
(define-raw-builtin oget* (object key &rest keys)
(js!selfcall