X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler.lisp;h=5dd008450f4cee085234367a209f1b967d2b55cb;hb=928c6f695253c9f03ff440d18338efb8eea9b2f0;hp=09d5c0a5473f8e9da9571631a7184e6e1c561c92;hpb=6a3ddef2e4da9a444c4b22b41d9df71ca451aadd;p=jscl.git diff --git a/src/compiler.lisp b/src/compiler.lisp index 09d5c0a..5dd0084 100644 --- a/src/compiler.lisp +++ b/src/compiler.lisp @@ -1446,9 +1446,6 @@ (define-builtin string-upcase (x) (code "make_lisp_string(xstring(" x ").toUpperCase())")) -(define-builtin string-length (x) - (code x ".length")) - (define-raw-builtin slice (vector a &optional b) (js!selfcall "var vector = " (ls-compile vector) ";" *newline*