9 lines
229 B
Factor
9 lines
229 B
Factor
|
! Copyright (C) 2010 Doug Coleman.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: javascriptcore.ffi.hack kernel ;
|
||
|
IN: javascriptcore
|
||
|
|
||
|
: with-javascriptcore ( quot -- )
|
||
|
set-callstack-bounds
|
||
|
call ; inline
|