Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Duktape 1.3 #28

Merged
merged 7 commits into from Nov 3, 2015
Merged

Duktape 1.3 #28

merged 7 commits into from Nov 3, 2015

Conversation

olebedev
Copy link
Owner

@olebedev olebedev commented Nov 2, 2015

Duktape source code upgrade to 1.3

  • fix the code to pass tests(thanks to @buger)
  • wrap into Go new Duktape features
  • minor naming improvements

olebedev added 4 commits November 3, 2015 15:48
Some new Duktape functions are not implemented for the reason that they work
with pointers, they listed at the bottom of `api.go` file. It need to decide how to do
it. Also `PushErrorObject` and `PushErrorObjectf` interfaces were changed.
Deep C stack is enabled by default since Duktape 1.3
To bring the names similar to Duktape:

  DefineTimers -> PushTimers
  ResetTimers -> FlushTimers

If you have an idea why it could be named in other way,
please let me know.
olebedev added a commit that referenced this pull request Nov 3, 2015
@olebedev olebedev merged commit f46ad40 into v2 Nov 3, 2015
@olebedev olebedev deleted the duktape-1.3 branch November 3, 2015 13:24
@buger
Copy link
Contributor

buger commented Nov 3, 2015

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants