Skip to content

Instantly share code, notes, and snippets.

@xaxxon
Created October 30, 2016 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xaxxon/a95f0a854ba962c2a8927546e1e82c0f to your computer and use it in GitHub Desktop.
Save xaxxon/a95f0a854ba962c2a8927546e1e82c0f to your computer and use it in GitHub Desktop.
working code:
* frame #0: make_object_with_named_property_callbacks at pure_v8_api_base_code_for_reproducing_issues.cpp:67
frame #1: make_object_with_named_property_callbacks at pure_v8_api_base_code_for_reproducing_issues.cpp:64
frame #2: v8::internal::PropertyCallbackArguments::Call at api-arguments-inl.h:72
frame #3: v8::internal::(anonymous namespace)::SetPropertyWithInterceptorInternal at objects.cc:1675
frame #4: v8::internal::JSObject::SetPropertyWithInterceptor at objects.cc:4589
frame #5: v8::internal::Object::SetPropertyInternal at objects.cc:4640
frame #6: v8::internal::Object::SetProperty at objects.cc:4713
frame #7: v8::internal::StoreIC::Store at ic.cc:1625
not working code:
frame #0: v8::internal::LookupIterator::HolderIsReceiverOrHiddenPrototype at lookup.cc:553
frame #1:v8::internal::Object::SetPropertyInternal at objects.cc:4638
frame #2: v8::internal::Object::SetProperty at objects.cc:4713
frame #3: v8::internal::StoreIC::Store at ic.cc:1625
frame #4: v8::internal::__RT_impl_Runtime_StoreIC_Miss at ic.cc:2475
frame #5: v8::internal::Runtime_StoreIC_Miss at ic.cc:2460
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment