Add is_symbol_disabled and is_custom_keyword.
This commit is contained in:
@@ -18,6 +18,11 @@ New features
|
||||
* It is now possible to require a specific _type_ to the `this` pointer for a particular script-defined function so that it is called only when the `this` pointer contains the specified type.
|
||||
* `is_def_fn` is extended to support checking for typed methods, with syntax `is_def_fn(this_type, fn_name, arity)`
|
||||
|
||||
Enhancements
|
||||
------------
|
||||
|
||||
* `Engine::is_symbol_disabled` is added to test whether a particular keyword/symbol is disabled.
|
||||
|
||||
|
||||
Version 1.13.0
|
||||
==============
|
||||
|
Reference in New Issue
Block a user