~extension-hackers/globalmenu-extension/3.5

« back to all changes in this revision

Viewing changes to config/find_vanilla_new_calls

  • Committer: Chris Coulson
  • Date: 2011-08-05 17:37:02 UTC
  • Revision ID: chrisccoulson@ubuntu.com-20110805173702-n11ykbt0tdp5u07q
Refresh build system from FIREFOX_6_0b5_BUILD1

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
# If this script fails:
21
21
# - You need to find the uses of vanilla new/delete and replace them with
22
 
#   js_new()/js_delete().
 
22
#   {js::OffTheBooks,JSContext,JSRuntime}::{new_,/array_new}.
23
23
# - Run this script on each of the .o files, that should narrow it down.
24
24
# - After that, one way to find them is to run 'objdump -r -C' on the
25
25
#   relevant .o files.  For example, you might search for 'operator new' and