PetterS/quickjs

Naming in module.c

qwenger opened this issue · 0 comments

Make the variable and functions names more consistent.

  • js_ prefix for some functions?
  • clearly distinguish between e.g. variables of types JSContext and ContextData.