Improve _cef_v8value_t

Open
#291 · Created  · Last updated

Description

  1. Added CefV8Value::GetObjectIdentityHash. This function provides a hash for values of the following types: Object, Symbol, and BigInt.

  2. Added basic support for BigInt and Symbol;

  3. Reduced the size of the _cef_v8value_t. I replaced the type checking functions with _cef_v8value_t::get_type and _cef_v8value_t::is_object_of_type. For compatibility with legacy code the CefV8Value::Is* functions are saved in the C++ API.

 

0 attachments

0 comments

Loading commits...