-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libdeno todo #37
Comments
To get a better idea of what order we should do these in, take a look at this dtrace:
|
I'm trying to port |
Complete. Deno integration has begun in denoland/deno#3556, I will create new issues as they pop up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to implement libdeno, we need at least these:
bert:
v8::ArrayBufferCreationMode::kExternalizeddeprecatedry:
bartek:
others:
v8::StackTrace
v8::Isolate::GetCurrent(Bert: I don't think this is actually needed, it's just a relic from when v8 used to store the active isolate in thread local storage).v8::Isolate::Scope(ditto)v8::String::Utf8ValueThe text was updated successfully, but these errors were encountered: