You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
775 B

--- !ditz.rubyforge.org,2008-03-06/issue
title: make all Duktape/C functions strict
desc: |-
Currently built-in native functions are strict, but user created
ones are not. Change duk_push_new_c_function() to set the strict
flag.
type: :task
component: duk
release: v0.6
reporter: sva <sami.vaarala@iki.fi>
status: :closed
disposition: :fixed
creation_time: 2013-07-17 00:00:49.386364 Z
references: []
id: ce37eb45eb9ad780114eca51feee698f26bfd138
log_events:
- - 2013-07-17 00:00:49.983408 Z
- sva <sami.vaarala@iki.fi>
- created
- ""
- - 2013-07-17 00:27:47.318712 Z
- sva <sami.vaarala@iki.fi>
- closed with disposition fixed
- |-
duk_push_new_c_function() now sets the strict flag for all functions.
Built-in functions are also always strict.