xgo/runtime
Daniel 2f86800724
'enum' module ()
* 1. adding more methods to enum module
2. added ModuleMap.AddMap()
3. added bytes iterator

* add builtin functions 'is_enumerable' and 'is_array_like'

* builtin function 'is_iterable'

* first iteration on 'enum' module

* fix 'is_iterable' builtin function
2019-03-27 01:27:59 -07:00
..
errors.go limit max object allocations () 2019-03-06 17:20:05 -08:00
frame.go Removed double indirection for massive performance gains () 2019-03-14 01:07:19 -07:00
vm.go Opbinaryop and other minor optimizations () 2019-03-22 04:42:34 -07:00
vm_array_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_assignment_test.go fix bytecode encoding/decoding of builtin modules () 2019-03-20 01:28:40 -07:00
vm_bitwise_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_boolean_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_builtin_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_bytes_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_call_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_char_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_cond_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_equality_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_error_report_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_error_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_float_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_for_in_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_for_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_function_test.go bug fix for function return and if statement () 2019-03-23 12:59:54 -07:00
vm_if_test.go bug fix for function return and if statement () 2019-03-23 12:59:54 -07:00
vm_immutable_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_inc_dec_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_indexable_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_integer_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_iterable_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_logic_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_map_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_module_test.go bug fix for function return and if statement () 2019-03-23 12:59:54 -07:00
vm_not_operator_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_objects_limit_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_return_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_scopes_test.go Compiler optimization first iteration () 2019-03-24 02:23:38 -07:00
vm_selector_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_source_modules_test.go 'enum' module () 2019-03-27 01:27:59 -07:00
vm_srcmod_test.go 'enum' module () 2019-03-27 01:27:59 -07:00
vm_stack_overflow_test.go Opbinaryop and other minor optimizations () 2019-03-22 04:42:34 -07:00
vm_string_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_tail_call_test.go module refactor () 2019-03-18 08:15:26 -07:00
vm_test.go 'enum' module () 2019-03-27 01:27:59 -07:00
vm_undefined_test.go module refactor () 2019-03-18 08:15:26 -07:00