Skip to content

Changes in v8 between joyent/0.11.14 and io.js/1.0 #225

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

Closed
kkoopa opened this issue Jan 14, 2015 · 4 comments
Closed

Changes in v8 between joyent/0.11.14 and io.js/1.0 #225

kkoopa opened this issue Jan 14, 2015 · 4 comments

Comments

@kkoopa
Copy link
Collaborator

kkoopa commented Jan 14, 2015

The following utility functions have moved from v8::V8 to v8::Isolate

V8 -> Isolate

*** moved, but deprecated remains
%%% deprecated and moved before v8 @ 0.11.14, ignore

removed


AddMessageListener ***
RemoveMessageListeners ***
SetCaptureStackTraceForUncaughtExceptions ***

SetCounterFunction
SetCreateHistogramFunction
SetAddHistogramSampleFunction

SetFailedAccessCheckCallbackFunction ***

AddGCPrologueCallback ***
RemoveGCPrologueCallback ***
AddGCEpilogueCallback ***
RemoveGCEpilogueCallback ***

AddMemoryAllocationCallback ***
RemoveMemoryAllocationCallback ***

RunMicrotasks %%%
EnqueueMicrotask %%%
SetAutorunMicrotasks %%%

SetFunctionEntryHook ###
SetJitCodeEventHandler

TerminateExecution ***
IsExecutionTerminating ***
CancelTerminateExecution ***

VisitExternalResources ***
VisitHandlesWithClassIds ***
VisitHandlesForPartialDependence ***

IdleNotification
LowMemoryNotification
ContextDisposedNotification

@rvagg
Copy link
Member

rvagg commented Jan 14, 2015

this looks like work for 1.6

@kkoopa
Copy link
Collaborator Author

kkoopa commented Jan 14, 2015

Only those without special markings are strictly necessary. They are quite easy to address. I'll see what can be done. Those that have deprecated holdouts lying around can still be used for the time being.

On January 14, 2015 12:39:38 PM EET, Rod Vagg [email protected] wrote:

this looks like work for 1.6


Reply to this email directly or view it on GitHub:
#225 (comment)

@reklatsmasters
Copy link

String::New was removed. Empty constructor Object::New() was removed.
We need compability layer.

@kkoopa
Copy link
Collaborator Author

kkoopa commented Jan 16, 2015

String::New was removed a long time ago already, maybe in the version v8 that was in 0.11.13, or even before that. The Object constructor has definitely not been removed.

@kkoopa kkoopa mentioned this issue Jan 16, 2015
@kkoopa kkoopa closed this as completed Jan 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants