Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Conversation

pinepain
Copy link
Member

@pinepain pinepain commented Aug 20, 2016

In this PR new methods added and some internal logic refactored

In this PR:

  • add V8\Value::TypeOf() method;
  • add V8\ObjectValue::IsConstructor() method;
  • add V8\ObjectValue::SetIntegrityLevel() method;
  • add V8\CallbackInfo::InContext() method;
  • add V8\ReturnValue::InContext() method;
  • add V8\ReturnValue::Get() method;
  • add V8\HeapStatistics::malloced_memory() method;
  • add V8\HeapStatistics::peak_malloced_memory() method;
  • properly shutdown in case of OOM;
  • simplify V8\ReturnValue internals and integration with callbacks.

As of now, V8 >= 5.4.420 required.

@pinepain pinepain merged commit 5b51ced into master Aug 21, 2016
@pinepain pinepain deleted the add_new_methods branch August 25, 2016 07:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant