fix: postMessage
crash with invalid transferrable (#46639)
This commit is contained in:
parent
e8117f8e40
commit
352a403efd
5 changed files with 82 additions and 31 deletions
|
@ -11,6 +11,9 @@
|
|||
|
||||
namespace gin_helper {
|
||||
|
||||
bool IsValidWrappable(const v8::Local<v8::Value>& obj,
|
||||
const gin::WrapperInfo* wrapper_info);
|
||||
|
||||
namespace internal {
|
||||
|
||||
void* FromV8Impl(v8::Isolate* isolate, v8::Local<v8::Value> val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue